Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntDoubleHashMap
Packages that use IntDoubleHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of IntDoubleHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntDoubleHashMapModifier and TypeMethodDescriptionstatic IntDoubleHashMap
IntDoubleHashMap.newWithKeysValues
(int key1, double value1) static IntDoubleHashMap
IntDoubleHashMap.newWithKeysValues
(int key1, double value1, int key2, double value2) static IntDoubleHashMap
IntDoubleHashMap.newWithKeysValues
(int key1, double value1, int key2, double value2, int key3, double value3) static IntDoubleHashMap
IntDoubleHashMap.newWithKeysValues
(int key1, double value1, int key2, double value2, int key3, double value3, int key4, double value4) IntDoubleHashMap.reject
(IntDoublePredicate predicate) IntDoubleHashMap.select
(IntDoublePredicate predicate) IntDoubleHashMap.withKeysValues
(int key1, double value1, int key2, double value2) IntDoubleHashMap.withKeysValues
(int key1, double value1, int key2, double value2, int key3, double value3) IntDoubleHashMap.withKeysValues
(int key1, double value1, int key2, double value2, int key3, double value3, int key4, double value4) IntDoubleHashMap.withKeyValue
(int key1, double value1) IntDoubleHashMap.withoutAllKeys
(IntIterable keys) IntDoubleHashMap.withoutKey
(int key)