Uses of Class
com.carrotsearch.hppc.LongHashSet
-
Packages that use LongHashSet Package Description com.carrotsearch.hppc -
-
Uses of LongHashSet in com.carrotsearch.hppc
Subclasses of LongHashSet in com.carrotsearch.hppc Modifier and Type Class Description class
LongScatterSet
Same asLongHashSet
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return LongHashSet Modifier and Type Method Description LongHashSet
LongHashSet. clone()
static LongHashSet
LongHashSet. from(long... elements)
Create a set from a variable number of arguments or an array oflong
.
-