Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
-
Packages that use IntHashSet Package Description org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces. -
-
Uses of IntHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return IntHashSet Modifier and Type Method Description IntHashSetIntHashSet. newEmpty()Creates a new empty IntHashSet.static IntHashSetIntHashSet. newSet(IntIterable source)static IntHashSetIntHashSet. newSetWith(int... source)IntHashSetIntHashSet. reject(IntPredicate predicate)IntHashSetIntHashSet. select(IntPredicate predicate)IntHashSetIntHashSet. with(int element)IntHashSetIntHashSet. withAll(IntIterable elements)IntHashSetIntHashSet. without(int element)IntHashSetIntHashSet. withoutAll(IntIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntHashSet Constructor Description IntHashSet(IntHashSet set)
-