Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.DoubleByteHashMap
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of DoubleByteHashMap in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionstatic DoubleByteHashMap
DoubleByteHashMap.newWithKeysValues
(double key1, byte value1) static DoubleByteHashMap
DoubleByteHashMap.newWithKeysValues
(double key1, byte value1, double key2, byte value2) static DoubleByteHashMap
DoubleByteHashMap.newWithKeysValues
(double key1, byte value1, double key2, byte value2, double key3, byte value3) static DoubleByteHashMap
DoubleByteHashMap.newWithKeysValues
(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) DoubleByteHashMap.reject
(DoubleBytePredicate predicate) DoubleByteHashMap.select
(DoubleBytePredicate predicate) DoubleByteHashMap.withKeysValues
(double key1, byte value1, double key2, byte value2) DoubleByteHashMap.withKeysValues
(double key1, byte value1, double key2, byte value2, double key3, byte value3) DoubleByteHashMap.withKeysValues
(double key1, byte value1, double key2, byte value2, double key3, byte value3, double key4, byte value4) DoubleByteHashMap.withKeyValue
(double key1, byte value1) DoubleByteHashMap.withoutAllKeys
(DoubleIterable keys) DoubleByteHashMap.withoutKey
(double key)