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 classFloatObjectHashMap<VType>A hash map offloattoObject, implemented using open addressing with linear probing for collision resolution.classFloatObjectScatterMap<VType>Same asFloatObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-