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 TypeClassDescriptionclassDoubleObjectScatterMap<VType>Same asDoubleObjectHashMapbut 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.ownerprivate final DoubleObjectHashMap<VType> DoubleObjectHashMap.ValuesContainer.ownerMethods 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 booleanDoubleObjectHashMap.equalElements(DoubleObjectHashMap<?> other) Return true if all keys of some other container exist in this container.