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