Uses of Class
com.carrotsearch.hppc.IntHashSet
Packages that use IntHashSet
-
Uses of IntHashSet in com.carrotsearch.hppc
Subclasses of IntHashSet in com.carrotsearch.hppcModifier and TypeClassDescriptionclass
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 IntHashSetModifier and TypeMethodDescriptionIntHashSet.clone()
static IntHashSet
IntHashSet.from
(int... elements) Create a set from a variable number of arguments or an array ofint
.