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