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