Uses of Interface
com.carrotsearch.hppc.ByteByteMap
Packages that use ByteByteMap
-
Uses of ByteByteMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteByteMapModifier and TypeClassDescriptionclass
A hash map ofbyte
tobyte
, implemented using open addressing with linear probing for collision resolution.class
Same asByteByteHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.