Uses of Class
com.carrotsearch.hppc.ObjectDoubleHashMap
-
Packages that use ObjectDoubleHashMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectDoubleHashMap in com.carrotsearch.hppc
Subclasses of ObjectDoubleHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
ObjectDoubleIdentityHashMap<KType>
An identity hash map ofObject
todouble
.class
ObjectDoubleScatterMap<KType>
Same asObjectDoubleHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as ObjectDoubleHashMap Modifier and Type Field Description private ObjectDoubleHashMap<KType>
ObjectDoubleHashMap.KeysContainer. owner
private ObjectDoubleHashMap<KType>
ObjectDoubleHashMap.ValuesContainer. owner
Methods in com.carrotsearch.hppc that return ObjectDoubleHashMap Modifier and Type Method Description ObjectDoubleHashMap<KType>
ObjectDoubleHashMap. clone()
static <KType> ObjectDoubleHashMap<KType>
ObjectDoubleHashMap. from(KType[] keys, double[] values)
Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type ObjectDoubleHashMap Modifier and Type Method Description protected boolean
ObjectDoubleHashMap. equalElements(ObjectDoubleHashMap<?> other)
Return true if all keys of some other container exist in this container.
-