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