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