Uses of Interface
com.carrotsearch.hppc.ObjectFloatMap
-
Packages that use ObjectFloatMap Package Description com.carrotsearch.hppc -
-
Uses of ObjectFloatMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectFloatMap Modifier and Type Class Description classObjectFloatHashMap<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.
-