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