Uses of Class
com.carrotsearch.hppc.ObjectDoubleHashMap
Packages that use ObjectDoubleHashMap
-
Uses of ObjectDoubleHashMap in com.carrotsearch.hppc
Subclasses of ObjectDoubleHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
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 ObjectDoubleHashMapModifier and TypeFieldDescriptionprivate final ObjectDoubleHashMap
<KType> ObjectDoubleHashMap.KeysContainer.owner
private final ObjectDoubleHashMap
<KType> ObjectDoubleHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return ObjectDoubleHashMapModifier and TypeMethodDescriptionObjectDoubleHashMap.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 ObjectDoubleHashMapModifier and TypeMethodDescriptionprotected boolean
ObjectDoubleHashMap.equalElements
(ObjectDoubleHashMap<?> other) Return true if all keys of some other container exist in this container.