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