Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.ObjectDoubleHashMapWithHashingStrategy
Packages that use ObjectDoubleHashMapWithHashingStrategy
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ObjectDoubleHashMapWithHashingStrategy in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ObjectDoubleHashMapWithHashingStrategyModifier and TypeMethodDescriptionstatic <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newMap(HashingStrategy<? super K> hashingStrategy, ObjectDoubleMap<K> map) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newMap(ObjectDoubleHashMapWithHashingStrategy<K> map) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newMapWithInitialCapacity(HashingStrategy<? super K> hashingStrategy, int initialCapacity) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, double value1) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, double value1, K key2, double value2) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, double value1, K key2, double value2, K key3, double value3) static <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newWithKeysValues(HashingStrategy<? super K> hashingStrategy, K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) ObjectDoubleHashMapWithHashingStrategy.reject(ObjectDoublePredicate<? super K> predicate) ObjectDoubleHashMapWithHashingStrategy.select(ObjectDoublePredicate<? super K> predicate) ObjectDoubleHashMapWithHashingStrategy.withKeysValues(K key1, double value1, K key2, double value2) ObjectDoubleHashMapWithHashingStrategy.withKeysValues(K key1, double value1, K key2, double value2, K key3, double value3) ObjectDoubleHashMapWithHashingStrategy.withKeysValues(K key1, double value1, K key2, double value2, K key3, double value3, K key4, double value4) ObjectDoubleHashMapWithHashingStrategy.withKeyValue(K key1, double value1) ObjectDoubleHashMapWithHashingStrategy.withoutAllKeys(Iterable<? extends K> keys) ObjectDoubleHashMapWithHashingStrategy.withoutKey(K key) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ObjectDoubleHashMapWithHashingStrategyModifier and TypeMethodDescriptionstatic <K> ObjectDoubleHashMapWithHashingStrategy<K>ObjectDoubleHashMapWithHashingStrategy.newMap(ObjectDoubleHashMapWithHashingStrategy<K> map)