Uses of Interface
com.carrotsearch.hppc.ObjectFloatMap
Packages that use ObjectFloatMap
-
Uses of ObjectFloatMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectFloatMapModifier and TypeClassDescriptionclassObjectFloatHashMap<KType>A hash map ofObjecttofloat, implemented using open addressing with linear probing for collision resolution.classObjectFloatIdentityHashMap<KType>An identity hash map ofObjecttofloat.classObjectFloatScatterMap<KType>Same asObjectFloatHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.