| 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 |
|---|---|
ImmutableDoubleList |
ImmutableSortedBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableDoubleListFactory.empty() |
ImmutableDoubleList |
ImmutableDoubleListFactory.of()
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
ImmutableDoubleListFactory.of(double... items)
|
ImmutableDoubleList |
ImmutableDoubleListFactory.of(double one)
|
ImmutableDoubleList |
ImmutableDoubleListFactory.ofAll(DoubleIterable items)
|
ImmutableDoubleList |
ImmutableDoubleListFactory.ofAll(DoubleStream items) |
ImmutableDoubleList |
ImmutableDoubleListFactory.ofAll(Iterable<Double> iterable)
|
ImmutableDoubleList |
ImmutableDoubleListFactory.with()
Same as
ImmutableDoubleListFactory.empty(). |
ImmutableDoubleList |
ImmutableDoubleListFactory.with(double... items) |
ImmutableDoubleList |
ImmutableDoubleListFactory.with(double one) |
ImmutableDoubleList |
ImmutableDoubleListFactory.withAll(DoubleIterable items) |
ImmutableDoubleList |
ImmutableDoubleListFactory.withAll(DoubleStream items) |
ImmutableDoubleList |
ImmutableDoubleListFactory.withAll(Iterable<Double> iterable) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableList.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableDoubleList.distinct() |
ImmutableDoubleList |
ImmutableDoubleList.newWith(double element) |
ImmutableDoubleList |
ImmutableDoubleList.newWithAll(DoubleIterable elements) |
ImmutableDoubleList |
ImmutableDoubleList.newWithout(double element) |
ImmutableDoubleList |
ImmutableDoubleList.newWithoutAll(DoubleIterable elements) |
ImmutableDoubleList |
ImmutableDoubleList.reject(DoublePredicate predicate) |
default ImmutableDoubleList |
ImmutableDoubleList.rejectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.
|
ImmutableDoubleList |
ImmutableDoubleList.select(DoublePredicate predicate) |
default ImmutableDoubleList |
ImmutableDoubleList.selectWithIndex(DoubleIntPredicate predicate)
Returns a new ImmutableDoubleList including all elements with corresponding indexes matching the specified predicate.
|
ImmutableDoubleList |
ImmutableDoubleList.subList(int fromIndex,
int toIndex) |
default ImmutableDoubleList |
ImmutableDoubleList.tap(DoubleProcedure procedure) |
ImmutableDoubleList |
DoubleList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableDoubleList |
MutableDoubleList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableDoubleList |
ImmutableDoubleList.toReversed() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableOrderedMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableSortedMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDoubleList |
ImmutableSortedSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Copyright © 2004–2022. All rights reserved.