Uses of Class
com.carrotsearch.hppc.DoubleHashSet
Packages that use DoubleHashSet
-
Uses of DoubleHashSet in com.carrotsearch.hppc
Subclasses of DoubleHashSet in com.carrotsearch.hppcModifier and TypeClassDescriptionclassSame asDoubleHashSetbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return DoubleHashSetModifier and TypeMethodDescriptionDoubleHashSet.clone()static DoubleHashSetDoubleHashSet.from(double... elements) Create a set from a variable number of arguments or an array ofdouble.