Uses of Interface
com.carrotsearch.hppc.FloatObjectMap
Packages that use FloatObjectMap
-
Uses of FloatObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement FloatObjectMapModifier and TypeClassDescriptionclassFloatObjectHashMap<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.