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.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
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.primitive | |
org.eclipse.collections.impl.set | |
org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet . |
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
DoubleIterable.toSet() |
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.with()
Same as
MutableDoubleSetFactory.empty() . |
MutableDoubleSet |
MutableDoubleSetFactory.with(double... items) |
MutableDoubleSet |
MutableDoubleSetFactory.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
DoubleCharMap.keySet() |
MutableDoubleSet |
DoubleDoubleMap.keySet() |
MutableDoubleSet |
DoubleObjectMap.keySet() |
MutableDoubleSet |
DoubleFloatMap.keySet() |
MutableDoubleSet |
DoubleBooleanMap.keySet() |
MutableDoubleSet |
DoubleIntMap.keySet() |
MutableDoubleSet |
DoubleByteMap.keySet() |
MutableDoubleSet |
DoubleLongMap.keySet() |
MutableDoubleSet |
DoubleShortMap.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) |
MutableDoubleSet |
MutableDoubleSet.with(double element) |
MutableDoubleSet |
MutableDoubleSet.withAll(DoubleIterable elements) |
MutableDoubleSet |
MutableDoubleSet.without(double element) |
MutableDoubleSet |
MutableDoubleSet.withoutAll(DoubleIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
AbstractUnmodifiableDoubleCollection.toSet() |
MutableDoubleSet |
AbstractSynchronizedDoubleCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
LazyDoubleIterableAdapter.toSet() |
MutableDoubleSet |
AbstractLazyDoubleIterable.toSet() |
MutableDoubleSet |
SelectDoubleIterable.toSet() |
MutableDoubleSet |
CollectDoubleIterable.toSet() |
MutableDoubleSet |
ReverseDoubleIterable.toSet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableDoubleKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
AbstractMutableDoubleKeySet.asSynchronized() |
MutableDoubleSet |
AbstractMutableDoubleKeySet.asUnmodifiable() |
MutableDoubleSet |
SynchronizedDoubleByteMap.keySet() |
MutableDoubleSet |
DoubleByteHashMap.keySet() |
MutableDoubleSet |
DoubleShortHashMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleLongMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleFloatMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleCharMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleObjectMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleCharMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleBooleanMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleIntMap.keySet() |
MutableDoubleSet |
DoubleIntHashMap.keySet() |
MutableDoubleSet |
DoubleDoubleHashMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleFloatMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleObjectMap.keySet() |
MutableDoubleSet |
DoubleFloatHashMap.keySet() |
MutableDoubleSet |
DoubleCharHashMap.keySet() |
MutableDoubleSet |
DoubleBooleanHashMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleShortMap.keySet() |
MutableDoubleSet |
DoubleObjectHashMap.keySet() |
MutableDoubleSet |
SynchronizedDoubleDoubleMap.keySet() |
MutableDoubleSet |
DoubleLongHashMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleLongMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleIntMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleShortMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleBooleanMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleByteMap.keySet() |
MutableDoubleSet |
UnmodifiableDoubleDoubleMap.keySet() |
MutableDoubleSet |
AbstractMutableDoubleKeySet.reject(DoublePredicate predicate) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.select(DoublePredicate predicate) |
MutableDoubleSet |
UnmodifiableObjectDoubleMap.toSet() |
MutableDoubleSet |
ObjectDoubleHashMapWithHashingStrategy.toSet() |
MutableDoubleSet |
UnmodifiableIntDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableLongDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedShortDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableShortDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableFloatDoubleMap.toSet() |
MutableDoubleSet |
AbstractMutableDoubleKeySet.toSet() |
MutableDoubleSet |
SynchronizedLongDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedIntDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedCharDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableByteDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedDoubleDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedObjectDoubleMap.toSet() |
MutableDoubleSet |
SynchronizedFloatDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableCharDoubleMap.toSet() |
MutableDoubleSet |
ObjectDoubleHashMap.toSet() |
MutableDoubleSet |
SynchronizedByteDoubleMap.toSet() |
MutableDoubleSet |
UnmodifiableDoubleDoubleMap.toSet() |
MutableDoubleSet |
AbstractMutableDoubleKeySet.with(double element) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.withAll(DoubleIterable elements) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.without(double element) |
MutableDoubleSet |
AbstractMutableDoubleKeySet.withoutAll(DoubleIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
SynchronizedDoubleIterable.toSet() |
MutableDoubleSet |
AbstractDoubleIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
AbstractUnifiedSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
SetAdapter.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleSet |
AbstractMutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleSet |
SynchronizedMutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleSet |
MultiReaderUnifiedSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
MutableDoubleSet |
UnmodifiableMutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedDoubleSet
A synchronized view of a
MutableDoubleSet . |
class |
UnmodifiableDoubleSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
DoubleHashSet.asSynchronized() |
MutableDoubleSet |
UnmodifiableDoubleSet.asSynchronized() |
MutableDoubleSet |
SynchronizedDoubleSet.asSynchronized() |
MutableDoubleSet |
DoubleHashSet.asUnmodifiable() |
MutableDoubleSet |
UnmodifiableDoubleSet.asUnmodifiable() |
MutableDoubleSet |
SynchronizedDoubleSet.asUnmodifiable() |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.empty() |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.of() |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.of(double... items) |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) |
MutableDoubleSet |
DoubleHashSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
UnmodifiableDoubleSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
SynchronizedDoubleSet.reject(DoublePredicate predicate) |
MutableDoubleSet |
UnmodifiableDoubleSet.select(DoublePredicate predicate) |
MutableDoubleSet |
SynchronizedDoubleSet.select(DoublePredicate predicate) |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.with() |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.with(double... items) |
MutableDoubleSet |
MutableDoubleSetFactoryImpl.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableDoubleSet |
UnmodifiableDoubleSet.of(MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a UnmodifiableDoubleSet.
|
static SynchronizedDoubleSet |
SynchronizedDoubleSet.of(MutableDoubleSet set)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
static SynchronizedDoubleSet |
SynchronizedDoubleSet.of(MutableDoubleSet set,
Object lock)
This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.
|
Modifier and Type | Method and Description |
---|---|
MutableDoubleSet |
SynchronizedDoubleStack.toSet() |
MutableDoubleSet |
UnmodifiableDoubleStack.toSet() |
MutableDoubleSet |
DoubleArrayStack.toSet() |
Copyright © 2004–2016. All rights reserved.