Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.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 LongByteHashMap
LongByteHashMap. newWithKeysValues(long key1, byte value1)
static LongByteHashMap
LongByteHashMap. newWithKeysValues(long key1, byte value1, long key2, byte value2)
static LongByteHashMap
LongByteHashMap. newWithKeysValues(long key1, byte value1, long key2, byte value2, long key3, byte value3)
static LongByteHashMap
LongByteHashMap. newWithKeysValues(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
LongByteHashMap
LongByteHashMap. reject(LongBytePredicate predicate)
LongByteHashMap
LongByteHashMap. select(LongBytePredicate predicate)
LongByteHashMap
LongByteHashMap. withKeysValues(long key1, byte value1, long key2, byte value2)
LongByteHashMap
LongByteHashMap. withKeysValues(long key1, byte value1, long key2, byte value2, long key3, byte value3)
LongByteHashMap
LongByteHashMap. withKeysValues(long key1, byte value1, long key2, byte value2, long key3, byte value3, long key4, byte value4)
LongByteHashMap
LongByteHashMap. withKeyValue(long key1, byte value1)
LongByteHashMap
LongByteHashMap. withoutAllKeys(LongIterable keys)
LongByteHashMap
LongByteHashMap. withoutKey(long key)