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