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