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