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