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