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