| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
ImmutableSortedBag.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
ImmutableIntListFactory.empty() |
ImmutableIntList |
ImmutableIntListFactory.of()
Same as
ImmutableIntListFactory.empty(). |
ImmutableIntList |
ImmutableIntListFactory.of(int... items)
Same as
ImmutableIntListFactory.with(int[]). |
ImmutableIntList |
ImmutableIntListFactory.of(int one)
Same as
ImmutableIntListFactory.with(int). |
ImmutableIntList |
ImmutableIntListFactory.ofAll(IntIterable items)
|
ImmutableIntList |
ImmutableIntListFactory.ofAll(IntStream items) |
ImmutableIntList |
ImmutableIntListFactory.ofAll(Iterable<Integer> iterable)
|
ImmutableIntList |
ImmutableIntListFactory.with()
Same as
ImmutableIntListFactory.empty(). |
ImmutableIntList |
ImmutableIntListFactory.with(int... items) |
ImmutableIntList |
ImmutableIntListFactory.with(int one) |
ImmutableIntList |
ImmutableIntListFactory.withAll(IntIterable items) |
ImmutableIntList |
ImmutableIntListFactory.withAll(IntStream items) |
ImmutableIntList |
ImmutableIntListFactory.withAll(Iterable<Integer> iterable) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
ImmutableList.collectInt(IntFunction<? super T> intFunction) |
| Modifier and Type | Method and 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 and Description |
|---|---|
ImmutableIntList |
ImmutableOrderedMap.collectInt(IntFunction<? super V> intFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
ImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableIntList |
ImmutableSortedSet.collectInt(IntFunction<? super T> intFunction) |
Copyright © 2004–2020. All rights reserved.