Package | Description |
---|---|
org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.stream | |
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableSortedBag.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableIntListFactory.empty() |
|
ImmutableIntList |
ImmutableIntListFactory.of() |
Same as
ImmutableIntListFactory.empty() . |
ImmutableIntList |
ImmutableIntListFactory.of(int one) |
Same as
ImmutableIntListFactory.with(int) . |
ImmutableIntList |
ImmutableIntListFactory.of(int... items) |
Same as
ImmutableIntListFactory.with(int[]) . |
ImmutableIntList |
ImmutableIntListFactory.ofAll(Iterable<Integer> iterable) |
Same as
#withAll(IterableInteger) . |
ImmutableIntList |
ImmutableIntListFactory.ofAll(IntStream items) |
|
ImmutableIntList |
ImmutableIntListFactory.ofAll(IntIterable items) |
|
ImmutableIntList |
ImmutableIntListFactory.with() |
Same as
ImmutableIntListFactory.empty() . |
ImmutableIntList |
ImmutableIntListFactory.with(int one) |
|
ImmutableIntList |
ImmutableIntListFactory.with(int... items) |
|
ImmutableIntList |
ImmutableIntListFactory.withAll(Iterable<Integer> iterable) |
|
ImmutableIntList |
ImmutableIntListFactory.withAll(IntStream items) |
|
ImmutableIntList |
ImmutableIntListFactory.withAll(IntIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableList.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableIntList.distinct() |
|
ImmutableIntList |
ImmutableIntList.newWith(int element) |
|
ImmutableIntList |
ImmutableIntList.newWithAll(IntIterable elements) |
|
ImmutableIntList |
ImmutableIntList.newWithout(int element) |
|
ImmutableIntList |
ImmutableIntList.newWithoutAll(IntIterable elements) |
|
ImmutableIntList |
ImmutableIntList.reject(IntPredicate predicate) |
|
ImmutableIntList |
ImmutableIntList.select(IntPredicate predicate) |
|
ImmutableIntList |
ImmutableIntList.subList(int fromIndex,
int toIndex) |
|
default ImmutableIntList |
ImmutableIntList.tap(IntProcedure procedure) |
|
ImmutableIntList |
IntList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableIntList |
MutableIntList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableIntList |
ImmutableIntList.toReversed() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableOrderedMap.collectInt(IntFunction<? super V> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableSortedSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
ImmutableIntListFactoryImpl.empty() |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.of() |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.of(int one) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.of(int... items) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.ofAll(Iterable<Integer> iterable) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.ofAll(IntStream items) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.ofAll(IntIterable items) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.with() |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.with(int one) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.with(int... items) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.withAll(Iterable<Integer> iterable) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.withAll(IntStream items) |
|
ImmutableIntList |
ImmutableIntListFactoryImpl.withAll(IntIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
IntArrayList.toImmutable() |
|
ImmutableIntList |
SynchronizedIntList.toImmutable() |
|
ImmutableIntList |
UnmodifiableIntList.toImmutable() |
Modifier and Type | Class | Description |
---|---|---|
class |
IntInterval |
An IntInterval is a range of ints that may be iterated over using a step value.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
IntInterval.distinct() |
|
ImmutableIntList |
IntInterval.newWith(int element) |
|
ImmutableIntList |
IntInterval.newWithAll(IntIterable elements) |
|
ImmutableIntList |
IntInterval.newWithout(int element) |
|
ImmutableIntList |
IntInterval.newWithoutAll(IntIterable elements) |
|
ImmutableIntList |
IntInterval.reject(IntPredicate predicate) |
|
ImmutableIntList |
IntInterval.select(IntPredicate predicate) |
|
ImmutableIntList |
IntInterval.subList(int fromIndex,
int toIndex) |
|
ImmutableIntList |
IntInterval.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
AbstractImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) |
Modifier and Type | Method | Description |
---|---|---|
static ImmutableIntList |
PrimitiveStreams.iIntList(IntStream stream) |
Modifier and Type | Class | Description |
---|---|---|
class |
CodePointAdapter |
Calculates and provides the code points stored in a String as an ImmutableIntList.
|
class |
CodePointList |
Calculates and provides the code points stored in a String as an ImmutableIntList.
|
Modifier and Type | Method | Description |
---|---|---|
ImmutableIntList |
CodePointAdapter.subList(int fromIndex,
int toIndex) |
|
ImmutableIntList |
CodePointList.subList(int fromIndex,
int toIndex) |
|
ImmutableIntList |
CodePointAdapter.toImmutable() |
|
ImmutableIntList |
CodePointList.toImmutable() |
Copyright © 2004–2019. All rights reserved.