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