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 class
ByteIntHashMap
A hash map ofbyte
toint
, implemented using open addressing with linear probing for collision resolution.class
ByteIntScatterMap
Same asByteIntHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-