Uses of Interface
com.carrotsearch.hppc.LongCharMap
-
Packages that use LongCharMap Package Description com.carrotsearch.hppc -
-
Uses of LongCharMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement LongCharMap Modifier and Type Class Description class
LongCharHashMap
A hash map oflong
tochar
, implemented using open addressing with linear probing for collision resolution.class
LongCharScatterMap
Same asLongCharHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-