Uses of Class
com.carrotsearch.hppc.DoubleObjectHashMap
Packages that use DoubleObjectHashMap
-
Uses of DoubleObjectHashMap in com.carrotsearch.hppc
Subclasses of DoubleObjectHashMap in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
DoubleObjectScatterMap<VType>
Same asDoubleObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as DoubleObjectHashMapModifier and TypeFieldDescriptionprivate final DoubleObjectHashMap<VType>
DoubleObjectHashMap.KeysContainer.owner
private final DoubleObjectHashMap<VType>
DoubleObjectHashMap.ValuesContainer.owner
Methods in com.carrotsearch.hppc that return DoubleObjectHashMapModifier and TypeMethodDescriptionDoubleObjectHashMap.clone()
static <VType> DoubleObjectHashMap<VType>
DoubleObjectHashMap.from
(double[] keys, VType[] values) Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type DoubleObjectHashMapModifier and TypeMethodDescriptionprotected boolean
DoubleObjectHashMap.equalElements
(DoubleObjectHashMap<?> other) Return true if all keys of some other container exist in this container.