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