Uses of Interface
org.eclipse.collections.api.set.primitive.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 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
Modifier 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
Modifier 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
-
Uses of ImmutableIntSet in org.eclipse.collections.api.set.primitive
Modifier and TypeMethodDescriptiondefault ImmutableIntSet
ImmutableIntSet.difference
(IntSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableIntSet
Returns the set of all objects that are members of boththis
andset
.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 ImmutableIntSet
ImmutableIntSet.symmetricDifference
(IntSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableIntSet
ImmutableIntSet.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.map.mutable.primitive
-
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable
Modifier and TypeMethodDescriptionAbstractImmutableSet.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Modifier and TypeMethodDescriptionImmutableIntSetFactoryImpl.empty()
AbstractImmutableIntSet.newWith
(int element) AbstractImmutableIntSet.newWithAll
(IntIterable elements) AbstractImmutableIntSet.newWithout
(int element) AbstractImmutableIntSet.newWithoutAll
(IntIterable elements) ImmutableIntSetFactoryImpl.of()
ImmutableIntSetFactoryImpl.of
(int one) ImmutableIntSetFactoryImpl.of
(int... items) ImmutableIntSetFactoryImpl.ofAll
(IntIterable items) AbstractImmutableIntSet.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
Modifier and TypeMethodDescriptionIntHashSet.toImmutable()
SynchronizedIntSet.toImmutable()
UnmodifiableIntSet.toImmutable()
-
Uses of ImmutableIntSet in org.eclipse.collections.impl.stream