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