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 class
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.
-