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 classObjectDoubleIdentityHashMap<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 ObjectDoubleHashMap Modifier and Type Field Description private ObjectDoubleHashMap<KType>ObjectDoubleHashMap.KeysContainer. ownerprivate ObjectDoubleHashMap<KType>ObjectDoubleHashMap.ValuesContainer. ownerMethods 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 booleanObjectDoubleHashMap. equalElements(ObjectDoubleHashMap<?> other)Return true if all keys of some other container exist in this container.
-