Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectLongHashMap
Packages that use ObjectLongHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectLongHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectLongHashMapModifier and TypeMethodDescriptionstatic <K> ObjectLongHashMap<K>ObjectLongHashMap.newMap()static <K> ObjectLongHashMap<K>ObjectLongHashMap.newWithKeysValues(K key1, long value1) static <K> ObjectLongHashMap<K>ObjectLongHashMap.newWithKeysValues(K key1, long value1, K key2, long value2) static <K> ObjectLongHashMap<K>ObjectLongHashMap.newWithKeysValues(K key1, long value1, K key2, long value2, K key3, long value3) static <K> ObjectLongHashMap<K>ObjectLongHashMap.newWithKeysValues(K key1, long value1, K key2, long value2, K key3, long value3, K key4, long value4) ObjectLongHashMap.reject(ObjectLongPredicate<? super K> predicate) ObjectLongHashMap.select(ObjectLongPredicate<? super K> predicate) ObjectLongHashMap.withKeysValues(K key1, long value1, K key2, long value2) ObjectLongHashMap.withKeysValues(K key1, long value1, K key2, long value2, K key3, long value3) ObjectLongHashMap.withKeysValues(K key1, long value1, K key2, long value2, K key3, long value3, K key4, long value4) ObjectLongHashMap.withKeyValue(K key1, long value1) ObjectLongHashMap.withoutAllKeys(Iterable<? extends K> keys) ObjectLongHashMap.withoutKey(K key)