Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ShortIntHashMap
-
Packages that use ShortIntHashMap Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.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.bag.mutable.primitive
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as ShortIntHashMap Modifier and Type Field Description private ShortIntHashMap
ShortHashBag. items
-
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 ShortIntHashMap
ShortIntHashMap. newWithKeysValues(short key1, int value1)
static ShortIntHashMap
ShortIntHashMap. newWithKeysValues(short key1, int value1, short key2, int value2)
static ShortIntHashMap
ShortIntHashMap. newWithKeysValues(short key1, int value1, short key2, int value2, short key3, int value3)
static ShortIntHashMap
ShortIntHashMap. newWithKeysValues(short key1, int value1, short key2, int value2, short key3, int value3, short key4, int value4)
ShortIntHashMap
ShortIntHashMap. reject(ShortIntPredicate predicate)
ShortIntHashMap
ShortIntHashMap. select(ShortIntPredicate predicate)
ShortIntHashMap
ShortIntHashMap. withKeysValues(short key1, int value1, short key2, int value2)
ShortIntHashMap
ShortIntHashMap. withKeysValues(short key1, int value1, short key2, int value2, short key3, int value3)
ShortIntHashMap
ShortIntHashMap. withKeysValues(short key1, int value1, short key2, int value2, short key3, int value3, short key4, int value4)
ShortIntHashMap
ShortIntHashMap. withKeyValue(short key1, int value1)
ShortIntHashMap
ShortIntHashMap. withoutAllKeys(ShortIterable keys)
ShortIntHashMap
ShortIntHashMap. withoutKey(short key)
-