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