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.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.empty() |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of()
Same as
ImmutableDoubleSetFactory.empty() . |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of(double... items)
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.of(double one)
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.ofAll(DoubleIterable items)
|
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with()
Same as
ImmutableDoubleSetFactory.empty() . |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with(double... items) |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.with(double one) |
ImmutableDoubleSet |
ImmutableDoubleSetFactory.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleSet |
ImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Method and 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) |
ImmutableDoubleSet |
MutableDoubleSet.toImmutable()
Returns an immutable copy of this set.
|
ImmutableDoubleSet |
DoubleSet.toImmutable()
Returns an immutable copy of this set.
|
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleSet |
AbstractMutableDoubleKeySet.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleSet |
AbstractImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractImmutableDoubleSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.
|
Modifier and Type | Method and 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... items) |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.of(double one) |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) |
ImmutableDoubleSet |
AbstractImmutableDoubleSet.toImmutable() |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with() |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with(double... items) |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.with(double one) |
ImmutableDoubleSet |
ImmutableDoubleSetFactoryImpl.withAll(DoubleIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableDoubleSet |
DoubleHashSet.toImmutable() |
ImmutableDoubleSet |
UnmodifiableDoubleSet.toImmutable() |
ImmutableDoubleSet |
SynchronizedDoubleSet.toImmutable() |
Copyright © 2004–2016. All rights reserved.