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