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