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 TypeClassDescriptionclassObjectDoubleIdentityHashMap<KType>An identity hash map ofObjecttodouble.classObjectDoubleScatterMap<KType>Same asObjectDoubleHashMapbut 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.ownerprivate final ObjectDoubleHashMap<KType> ObjectDoubleHashMap.ValuesContainer.ownerMethods 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 booleanObjectDoubleHashMap.equalElements(ObjectDoubleHashMap<?> other) Return true if all keys of some other container exist in this container.