| Package | Description |
|---|---|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.set.immutable |
This package package contains the implementations of
ImmutableSet. |
| org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.stream |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.empty() |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of() |
Same as
ImmutableDoubleSetFactory.empty(). |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of(double one) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of(double... items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.ofAll(DoubleIterable items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with() |
Same as
ImmutableDoubleSetFactory.empty(). |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with(double one) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with(double... items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.withAll(DoubleIterable items) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
ImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
ImmutableDoubleSet.newWith(double element) |
|
ImmutableDoubleSet |
ImmutableDoubleSet.newWithAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
ImmutableDoubleSet.newWithout(double element) |
|
ImmutableDoubleSet |
ImmutableDoubleSet.newWithoutAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
ImmutableDoubleSet.reject(DoublePredicate predicate) |
|
ImmutableDoubleSet |
ImmutableDoubleSet.select(DoublePredicate predicate) |
|
default ImmutableDoubleSet |
ImmutableDoubleSet.tap(DoubleProcedure procedure) |
|
ImmutableDoubleSet |
DoubleSet.toImmutable() |
Returns an immutable copy of this set.
|
ImmutableDoubleSet |
MutableDoubleSet.toImmutable() |
Returns an immutable copy of this set.
|
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
AbstractMutableDoubleKeySet.toImmutable() |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
AbstractImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractImmutableDoubleSet |
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.empty() |
|
ImmutableDoubleSet |
AbstractImmutableDoubleSet.newWith(double element) |
|
ImmutableDoubleSet |
AbstractImmutableDoubleSet.newWithAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
AbstractImmutableDoubleSet.newWithout(double element) |
|
ImmutableDoubleSet |
AbstractImmutableDoubleSet.newWithoutAll(DoubleIterable elements) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.of() |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.of(double one) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.of(double... items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.ofAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) |
|
ImmutableDoubleSet |
AbstractImmutableDoubleSet.toImmutable() |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with() |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with(double one) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with(double... items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.withAll(java.util.stream.DoubleStream items) |
|
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.withAll(DoubleIterable items) |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableDoubleSet |
DoubleHashSet.toImmutable() |
|
ImmutableDoubleSet |
SynchronizedDoubleSet.toImmutable() |
|
ImmutableDoubleSet |
UnmodifiableDoubleSet.toImmutable() |
| Modifier and Type | Method | Description |
|---|---|---|
static ImmutableDoubleSet |
PrimitiveStreams.iDoubleSet(java.util.stream.DoubleStream stream) |
Copyright © 2004–2017. All rights reserved.