Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntCharHashMap
-
Packages that use IntCharHashMap 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 IntCharHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntCharHashMap Modifier and Type Method Description static IntCharHashMapIntCharHashMap. newWithKeysValues(int key1, char value1)static IntCharHashMapIntCharHashMap. newWithKeysValues(int key1, char value1, int key2, char value2)static IntCharHashMapIntCharHashMap. newWithKeysValues(int key1, char value1, int key2, char value2, int key3, char value3)static IntCharHashMapIntCharHashMap. newWithKeysValues(int key1, char value1, int key2, char value2, int key3, char value3, int key4, char value4)IntCharHashMapIntCharHashMap. reject(IntCharPredicate predicate)IntCharHashMapIntCharHashMap. select(IntCharPredicate predicate)IntCharHashMapIntCharHashMap. withKeysValues(int key1, char value1, int key2, char value2)IntCharHashMapIntCharHashMap. withKeysValues(int key1, char value1, int key2, char value2, int key3, char value3)IntCharHashMapIntCharHashMap. withKeysValues(int key1, char value1, int key2, char value2, int key3, char value3, int key4, char value4)IntCharHashMapIntCharHashMap. withKeyValue(int key1, char value1)IntCharHashMapIntCharHashMap. withoutAllKeys(IntIterable keys)IntCharHashMapIntCharHashMap. withoutKey(int key)
-