Uses of Interface
com.carrotsearch.hppc.ByteObjectMap
-
Packages that use ByteObjectMap Package Description com.carrotsearch.hppc -
-
Uses of ByteObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteObjectMap Modifier and Type Class Description classByteObjectHashMap<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.
-