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