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 classDoubleCharHashMapA hash map ofdoubletochar, implemented using open addressing with linear probing for collision resolution.classDoubleCharScatterMapSame asDoubleCharHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.
-