Uses of Interface
com.carrotsearch.hppc.ByteByteMap
-
Packages that use ByteByteMap Package Description com.carrotsearch.hppc -
-
Uses of ByteByteMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteByteMap Modifier and Type Class Description classByteByteHashMapA hash map ofbytetobyte, implemented using open addressing with linear probing for collision resolution.classByteByteScatterMapSame asByteByteHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-