Uses of Interface
com.carrotsearch.hppc.ByteIntMap
Packages that use ByteIntMap
-
Uses of ByteIntMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ByteIntMapModifier and TypeClassDescriptionclassA hash map ofbytetoint, implemented using open addressing with linear probing for collision resolution.classSame asByteIntHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.