Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableIntList
Packages that use ImmutableIntList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of the
ImmutableList
interface.This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of
ImmutableSortedSet
.-
Uses of ImmutableIntList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedBag.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableIntListModifier and TypeMethodDescriptionImmutableIntListFactory.empty()
ImmutableIntListFactory.of()
Same asImmutableIntListFactory.empty()
.ImmutableIntListFactory.of
(int one) Same asImmutableIntListFactory.with(int)
.ImmutableIntListFactory.of
(int... items) Same asImmutableIntListFactory.with(int[])
.ImmutableIntListFactory.ofAll
(IntIterable items) ImmutableIntListFactory.with()
Same asImmutableIntListFactory.empty()
.ImmutableIntListFactory.with
(int one) ImmutableIntListFactory.with
(int... items) ImmutableIntListFactory.withAll
(IntIterable items) -
Uses of ImmutableIntList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableIntList -
Uses of ImmutableIntList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableIntListModifier and TypeMethodDescriptionImmutableIntList.distinct()
ImmutableIntList.newWith
(int element) ImmutableIntList.newWithAll
(IntIterable elements) ImmutableIntList.newWithout
(int element) ImmutableIntList.newWithoutAll
(IntIterable elements) ImmutableIntList.reject
(IntPredicate predicate) default ImmutableIntList
ImmutableIntList.rejectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntList excluding all elements with corresponding indexes matching the specified predicate.ImmutableIntList.select
(IntPredicate predicate) default ImmutableIntList
ImmutableIntList.selectWithIndex
(IntIntPredicate predicate) Returns a new ImmutableIntList including all elements with corresponding indexes matching the specified predicate.ImmutableIntList.subList
(int fromIndex, int toIndex) default ImmutableIntList
ImmutableIntList.tap
(IntProcedure procedure) IntList.toImmutable()
Returns an immutable copy of this list.MutableIntList.toImmutable()
Returns an immutable copy of this list.ImmutableIntList.toReversed()
-
Uses of ImmutableIntList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableIntListModifier and TypeMethodDescriptionImmutableOrderedMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedSet.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableIntListModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableIntListModifier and TypeMethodDescriptionAbstractImmutableList.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableIntListModifier and TypeClassDescription(package private) final class
ImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList
.(package private) final class
ImmutableIntEmptyList is an optimization forImmutableIntList
of size 0.(package private) final class
ImmutableIntSingletonList is an optimization forImmutableIntList
of size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableIntListModifier and TypeFieldDescription(package private) static final ImmutableIntList
ImmutableIntEmptyList.INSTANCE
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableIntListModifier and TypeMethodDescriptionImmutableIntArrayList.distinct()
ImmutableIntEmptyList.distinct()
ImmutableIntSingletonList.distinct()
ImmutableIntListFactoryImpl.empty()
ImmutableIntArrayList.newWith
(int element) ImmutableIntEmptyList.newWith
(int element) ImmutableIntSingletonList.newWith
(int element) ImmutableIntArrayList.newWithAll
(IntIterable elements) ImmutableIntEmptyList.newWithAll
(IntIterable elements) ImmutableIntSingletonList.newWithAll
(IntIterable elements) ImmutableIntArrayList.newWithout
(int element) ImmutableIntEmptyList.newWithout
(int element) ImmutableIntSingletonList.newWithout
(int element) ImmutableIntArrayList.newWithoutAll
(IntIterable elements) ImmutableIntEmptyList.newWithoutAll
(IntIterable elements) ImmutableIntSingletonList.newWithoutAll
(IntIterable elements) ImmutableIntListFactoryImpl.of()
ImmutableIntListFactoryImpl.of
(int one) ImmutableIntListFactoryImpl.of
(int... items) ImmutableIntListFactoryImpl.ofAll
(IntIterable items) ImmutableIntArrayList.reject
(IntPredicate predicate) ImmutableIntEmptyList.reject
(IntPredicate predicate) ImmutableIntSingletonList.reject
(IntPredicate predicate) ImmutableIntArrayList.select
(IntPredicate predicate) ImmutableIntEmptyList.select
(IntPredicate predicate) ImmutableIntSingletonList.select
(IntPredicate predicate) ImmutableIntArrayList.subList
(int fromIndex, int toIndex) ImmutableIntEmptyList.subList
(int fromIndex, int toIndex) ImmutableIntSingletonList.subList
(int fromIndex, int toIndex) ImmutableIntArrayList.toImmutable()
ImmutableIntEmptyList.toImmutable()
ImmutableIntSingletonList.toImmutable()
ImmutableIntListFactoryImpl.with()
ImmutableIntListFactoryImpl.with
(int one) ImmutableIntListFactoryImpl.with
(int... items) ImmutableIntListFactoryImpl.withAll
(IntIterable items) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableIntListModifier and TypeMethodDescriptionIntArrayList.toImmutable()
SynchronizedIntList.toImmutable()
UnmodifiableIntList.toImmutable()
-
Uses of ImmutableIntList in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement ImmutableIntListModifier and TypeClassDescriptionfinal class
An IntInterval is a range of ints that may be iterated over using a step value.Methods in org.eclipse.collections.impl.list.primitive that return ImmutableIntListModifier and TypeMethodDescriptionIntInterval.distinct()
IntInterval.newWith
(int element) IntInterval.newWithAll
(IntIterable elements) IntInterval.newWithout
(int element) IntInterval.newWithoutAll
(IntIterable elements) IntInterval.reject
(IntPredicate predicate) IntInterval.select
(IntPredicate predicate) IntInterval.subList
(int fromIndex, int toIndex) IntInterval.toImmutable()
-
Uses of ImmutableIntList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableIntListModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectInt
(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableIntListModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectInt
(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntList -
Uses of ImmutableIntList in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement ImmutableIntListModifier and TypeClassDescriptionclass
Calculates and provides the code points stored in a String as an ImmutableIntList.class
Calculates and provides the code points stored in a String as an ImmutableIntList.Fields in org.eclipse.collections.impl.string.immutable declared as ImmutableIntListMethods in org.eclipse.collections.impl.string.immutable that return ImmutableIntListModifier and TypeMethodDescriptionCodePointAdapter.subList
(int fromIndex, int toIndex) CodePointList.subList
(int fromIndex, int toIndex) CodePointAdapter.toImmutable()
CodePointList.toImmutable()
Constructors in org.eclipse.collections.impl.string.immutable with parameters of type ImmutableIntList