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