Uses of Interface
com.carrotsearch.hppc.DoubleSet
-
Packages that use DoubleSet Package Description com.carrotsearch.hppc -
-
Uses of DoubleSet in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement DoubleSet Modifier and Type Class Description class
DoubleHashSet
A hash set ofdouble
s, implemented using using open addressing with linear probing for collision resolution.class
DoubleScatterSet
Same asDoubleHashSet
but 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 Modifier and Type Method Description private boolean
DoubleHashSet. sameKeys(DoubleSet other)
Return true if all keys of some other container exist in this container.
-