Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.IntHashSet
-
Packages that use IntHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as IntHashSet Modifier and Type Field Description private IntHashSet
AbstractMutableIntKeySet.SerRep. deserialized
-
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 IntHashSet
IntHashSet. newEmpty()
Creates a new empty IntHashSet.static IntHashSet
IntHashSet. newSet(IntIterable source)
static IntHashSet
IntHashSet. newSetWith(int... source)
IntHashSet
IntHashSet. reject(IntPredicate predicate)
IntHashSet
IntHashSet. select(IntPredicate predicate)
IntHashSet
IntHashSet. with(int element)
IntHashSet
IntHashSet. withAll(IntIterable elements)
IntHashSet
IntHashSet. without(int element)
IntHashSet
IntHashSet. withoutAll(IntIterable elements)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntHashSet Constructor Description IntHashSet(IntHashSet set)
-