Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableIntSet
Packages that use ImmutableIntSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableIntSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionImmutableIntBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableIntSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionImmutableIntSetFactory.empty()ImmutableIntSetFactory.of()Same asImmutableIntSetFactory.empty().ImmutableIntSetFactory.of(int one) Same asImmutableIntSetFactory.with(int).ImmutableIntSetFactory.of(int... items) Same asImmutableIntSetFactory.with(int[]).ImmutableIntSetFactory.ofAll(IntIterable items) ImmutableIntSetFactory.with()Same asImmutableIntSetFactory.empty().ImmutableIntSetFactory.with(int one) ImmutableIntSetFactory.with(int... items) ImmutableIntSetFactory.withAll(IntIterable items) -
Uses of ImmutableIntSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableIntSet -
Uses of ImmutableIntSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableIntSetModifier and TypeMethodDescriptiondefault ImmutableIntSetImmutableIntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableIntSetReturns the set of all objects that are members of boththisandset.ImmutableIntSet.newWith(int element) ImmutableIntSet.newWithAll(IntIterable elements) ImmutableIntSet.newWithout(int element) ImmutableIntSet.newWithoutAll(IntIterable elements) ImmutableIntSet.reject(IntPredicate predicate) ImmutableIntSet.select(IntPredicate predicate) default ImmutableIntSetImmutableIntSet.symmetricDifference(IntSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableIntSetImmutableIntSet.tap(IntProcedure procedure) IntSet.toImmutable()Returns an immutable copy of this set.MutableIntSet.toImmutable()Returns an immutable copy of this set.default ImmutableIntSet -
Uses of ImmutableIntSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionImmutableIntEmptyBag.selectUnique()ImmutableIntHashBag.selectUnique()ImmutableIntSingletonBag.selectUnique() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableIntSetModifier and TypeClassDescription(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionImmutableIntIntMapKeySet.reject(IntPredicate predicate) ImmutableIntMapKeySet.reject(IntPredicate predicate) ImmutableIntIntMapKeySet.select(IntPredicate predicate) ImmutableIntMapKeySet.select(IntPredicate predicate) AbstractMutableIntKeySet.toImmutable() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableIntSetModifier and TypeMethodDescriptionAbstractImmutableSet.collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableIntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableIntEmptySet is an optimization forImmutableIntSetof size 0.(package private) final classImmutableIntSingletonSet is an optimization forImmutableIntSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableIntSetModifier and TypeFieldDescription(package private) static final ImmutableIntSetImmutableIntEmptySet.INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionImmutableIntSetFactoryImpl.empty()AbstractImmutableIntSet.newWith(int element) ImmutableIntEmptySet.newWith(int element) ImmutableIntSingletonSet.newWith(int element) AbstractImmutableIntSet.newWithAll(IntIterable elements) ImmutableIntEmptySet.newWithAll(IntIterable elements) ImmutableIntSingletonSet.newWithAll(IntIterable elements) AbstractImmutableIntSet.newWithout(int element) ImmutableIntEmptySet.newWithout(int element) ImmutableIntSingletonSet.newWithout(int element) AbstractImmutableIntSet.newWithoutAll(IntIterable elements) ImmutableIntEmptySet.newWithoutAll(IntIterable elements) ImmutableIntSingletonSet.newWithoutAll(IntIterable elements) ImmutableIntSetFactoryImpl.of()ImmutableIntSetFactoryImpl.of(int one) ImmutableIntSetFactoryImpl.of(int... items) ImmutableIntSetFactoryImpl.ofAll(IntIterable items) ImmutableIntEmptySet.reject(IntPredicate predicate) ImmutableIntSingletonSet.reject(IntPredicate predicate) ImmutableIntEmptySet.select(IntPredicate predicate) ImmutableIntSingletonSet.select(IntPredicate predicate) AbstractImmutableIntSet.toImmutable()ImmutableIntEmptySet.toImmutable()ImmutableIntSingletonSet.toImmutable()ImmutableIntSetFactoryImpl.with()ImmutableIntSetFactoryImpl.with(int one) ImmutableIntSetFactoryImpl.with(int... items) ImmutableIntSetFactoryImpl.withAll(IntIterable items) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableIntSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableIntSetModifier and TypeMethodDescriptionstatic ImmutableIntSetIntHashSet.ImmutableIntHashSet.newSetWith(int... elements) IntHashSet.ImmutableIntHashSet.reject(IntPredicate predicate) IntHashSet.ImmutableIntHashSet.select(IntPredicate predicate) IntHashSet.toImmutable()SynchronizedIntSet.toImmutable()UnmodifiableIntSet.toImmutable() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntSet