Uses of Interface
com.carrotsearch.hppc.DoubleSet
Packages that use DoubleSet
-
Uses of DoubleSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleSetModifier and TypeClassDescriptionclassA hash set ofdoubles, implemented using using open addressing with linear probing for collision resolution.classSame asDoubleHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc with parameters of type DoubleSet