Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.CharIntHashMap
-
Packages that use CharIntHashMap Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of CharIntHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return CharIntHashMap Modifier and Type Method Description static CharIntHashMapCharIntHashMap. newWithKeysValues(char key1, int value1)static CharIntHashMapCharIntHashMap. newWithKeysValues(char key1, int value1, char key2, int value2)static CharIntHashMapCharIntHashMap. newWithKeysValues(char key1, int value1, char key2, int value2, char key3, int value3)static CharIntHashMapCharIntHashMap. newWithKeysValues(char key1, int value1, char key2, int value2, char key3, int value3, char key4, int value4)CharIntHashMapCharIntHashMap. reject(CharIntPredicate predicate)CharIntHashMapCharIntHashMap. select(CharIntPredicate predicate)CharIntHashMapCharIntHashMap. withKeysValues(char key1, int value1, char key2, int value2)CharIntHashMapCharIntHashMap. withKeysValues(char key1, int value1, char key2, int value2, char key3, int value3)CharIntHashMapCharIntHashMap. withKeysValues(char key1, int value1, char key2, int value2, char key3, int value3, char key4, int value4)CharIntHashMapCharIntHashMap. withKeyValue(char key1, int value1)CharIntHashMapCharIntHashMap. withoutAllKeys(CharIterable keys)CharIntHashMapCharIntHashMap. withoutKey(char key)
-