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.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.stream |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableSortedBag.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableDoubleListFactory.empty() |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.of() |
Same as
ImmutableDoubleListFactory.empty() . |
ImmutableDoubleList |
ImmutableDoubleListFactory.of(double one) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.of(double... items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.ofAll(DoubleIterable items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.with() |
Same as
ImmutableDoubleListFactory.empty() . |
ImmutableDoubleList |
ImmutableDoubleListFactory.with(double one) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.with(double... items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactory.withAll(DoubleIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableList.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method | 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) |
|
ImmutableDoubleList |
ImmutableDoubleList.select(DoublePredicate 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 | Description |
---|---|---|
ImmutableDoubleList |
ImmutableOrderedMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableSortedMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableSortedSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.empty() |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.of() |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.of(double one) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.of(double... items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.ofAll(DoubleIterable items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.with() |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.with(double one) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.with(double... items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleList |
ImmutableDoubleListFactoryImpl.withAll(DoubleIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
DoubleArrayList.toImmutable() |
|
ImmutableDoubleList |
SynchronizedDoubleList.toImmutable() |
|
ImmutableDoubleList |
UnmodifiableDoubleList.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableDoubleList |
AbstractImmutableSortedMap.collectDouble(DoubleFunction<? super V> doubleFunction) |
Modifier and Type | Method | Description |
---|---|---|
static ImmutableDoubleList |
PrimitiveStreams.iDoubleList(java.util.stream.DoubleStream stream) |
Copyright © 2004–2017. All rights reserved.