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