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