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