Uses of Interface
com.carrotsearch.hppc.ObjectDoubleMap
Packages that use ObjectDoubleMap
-
Uses of ObjectDoubleMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectDoubleMapModifier and TypeClassDescriptionclassObjectDoubleHashMap<KType>A hash map ofObjecttodouble, implemented using open addressing with linear probing for collision resolution.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.