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 TypeClassDescriptionclassA hash map ofbytetobyte, implemented using open addressing with linear probing for collision resolution.classSame asByteByteHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.