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