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