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