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