Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
Packages that use IntHashSet
Package
Description
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 IntHashSetModifier and TypeMethodDescriptionIntHashSet.newEmpty()Creates a new empty IntHashSet.static IntHashSetIntHashSet.newSet(IntIterable source) static IntHashSetIntHashSet.newSetWith(int... source) IntHashSet.reject(IntPredicate predicate) IntHashSet.select(IntPredicate predicate) IntHashSet.with(int element) IntHashSet.withAll(IntIterable elements) IntHashSet.without(int element) IntHashSet.withoutAll(IntIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntHashSet