Uses of Interface
com.carrotsearch.hppc.LongObjectMap
Packages that use LongObjectMap
-
Uses of LongObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongObjectMapModifier and TypeClassDescriptionclassLongObjectHashMap<VType>A hash map oflongtoObject, implemented using open addressing with linear probing for collision resolution.classLongObjectScatterMap<VType>Same asLongObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.