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 class
ByteObjectHashMap<VType>
A hash map ofbyte
toObject
, implemented using open addressing with linear probing for collision resolution.class
ByteObjectScatterMap<VType>
Same asByteObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-