Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.DoubleIntHashMap
-
Packages that use DoubleIntHashMap Package Description org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag interfaces.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 DoubleIntHashMap in org.eclipse.collections.impl.bag.mutable.primitive
Fields in org.eclipse.collections.impl.bag.mutable.primitive declared as DoubleIntHashMap Modifier and Type Field Description private DoubleIntHashMapDoubleHashBag. items -
Uses of DoubleIntHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleIntHashMap Modifier and Type Method Description static 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)DoubleIntHashMapDoubleIntHashMap. reject(DoubleIntPredicate predicate)DoubleIntHashMapDoubleIntHashMap. select(DoubleIntPredicate predicate)DoubleIntHashMapDoubleIntHashMap. withKeysValues(double key1, int value1, double key2, int value2)DoubleIntHashMapDoubleIntHashMap. withKeysValues(double key1, int value1, double key2, int value2, double key3, int value3)DoubleIntHashMapDoubleIntHashMap. withKeysValues(double key1, int value1, double key2, int value2, double key3, int value3, double key4, int value4)DoubleIntHashMapDoubleIntHashMap. withKeyValue(double key1, int value1)DoubleIntHashMapDoubleIntHashMap. withoutAllKeys(DoubleIterable keys)DoubleIntHashMapDoubleIntHashMap. withoutKey(double key)
-