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