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