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 TypeClassDescriptionclass
ObjectFloatHashMap<KType>
A hash map ofObject
tofloat
, implemented using open addressing with linear probing for collision resolution.class
ObjectFloatIdentityHashMap<KType>
An identity hash map ofObject
tofloat
.class
ObjectFloatScatterMap<KType>
Same asObjectFloatHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.