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