| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
DoubleIterable.toSet()
Converts the DoubleIterable to a new MutableDoubleSet.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
MutableDoubleSetFactory.empty() |
MutableDoubleSet |
MutableDoubleSetFactory.of()
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
MutableDoubleSetFactory.of(double... items)
|
MutableDoubleSet |
MutableDoubleSetFactory.ofAll(DoubleIterable items)
|
MutableDoubleSet |
MutableDoubleSetFactory.ofAll(DoubleStream items) |
MutableDoubleSet |
MutableDoubleSetFactory.with()
Same as
MutableDoubleSetFactory.empty(). |
MutableDoubleSet |
MutableDoubleSetFactory.with(double... items) |
MutableDoubleSet |
MutableDoubleSetFactory.withAll(DoubleIterable items) |
MutableDoubleSet |
MutableDoubleSetFactory.withAll(DoubleStream items) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
DoubleBooleanMap.keySet() |
MutableDoubleSet |
DoubleCharMap.keySet() |
MutableDoubleSet |
DoubleByteMap.keySet() |
MutableDoubleSet |
DoubleShortMap.keySet() |
MutableDoubleSet |
DoubleLongMap.keySet() |
MutableDoubleSet |
DoubleDoubleMap.keySet() |
MutableDoubleSet |
DoubleFloatMap.keySet() |
MutableDoubleSet |
DoubleIntMap.keySet() |
MutableDoubleSet |
DoubleObjectMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
MutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleSet |
MutableDoubleSet.asSynchronized() |
MutableDoubleSet |
MutableDoubleSet.asUnmodifiable() |
MutableDoubleSet |
MutableDoubleSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
MutableDoubleSet.select(DoublePredicate predicate) |
default MutableDoubleSet |
MutableDoubleSet.tap(DoubleProcedure procedure) |
MutableDoubleSet |
MutableDoubleSet.with(double element) |
MutableDoubleSet |
MutableDoubleSet.withAll(DoubleIterable elements) |
MutableDoubleSet |
MutableDoubleSet.without(double element) |
MutableDoubleSet |
MutableDoubleSet.withoutAll(DoubleIterable elements) |
Copyright © 2004–2017. All rights reserved.