Uses of Interface
com.carrotsearch.hppc.FloatObjectMap
-
Packages that use FloatObjectMap Package Description com.carrotsearch.hppc -
-
Uses of FloatObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement FloatObjectMap Modifier and Type Class Description class
FloatObjectHashMap<VType>
A hash map offloat
toObject
, implemented using open addressing with linear probing for collision resolution.class
FloatObjectScatterMap<VType>
Same asFloatObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-