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