Uses of Interface
org.eclipse.collections.api.set.primitive.DoubleSet
-
Packages that use DoubleSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet
.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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.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.set.primitive -
-
Uses of DoubleSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return DoubleSet Modifier and Type Method Description DoubleSet
DoubleBag. selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of DoubleSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return DoubleSet Modifier and Type Method Description DoubleSet
UnsortedSetIterable. collectDouble(DoubleFunction<? super T> doubleFunction)
-
Uses of DoubleSet in org.eclipse.collections.api.set.primitive
Subinterfaces of DoubleSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interface
ImmutableDoubleSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
MutableDoubleSet
This file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return DoubleSet Modifier and Type Method Description DoubleSet
DoubleSet. difference(DoubleSet set)
Returns the set of all members ofthis
that are not members ofset
.DoubleSet
DoubleSet. freeze()
Returns a frozen copy of this set.DoubleSet
MutableDoubleSet. freeze()
Returns a frozen copy of this set.DoubleSet
DoubleSet. intersect(DoubleSet set)
Returns the set of all objects that are members of boththis
andset
.DoubleSet
DoubleSet. reject(DoublePredicate predicate)
DoubleSet
DoubleSet. select(DoublePredicate predicate)
DoubleSet
DoubleSet. symmetricDifference(DoubleSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default DoubleSet
DoubleSet. tap(DoubleProcedure procedure)
DoubleSet
DoubleSet. union(DoubleSet set)
Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>
DoubleSet. cartesianProduct(DoubleSet set)
Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthis
and b is a member ofset
.DoubleSet
DoubleSet. difference(DoubleSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableDoubleSet
ImmutableDoubleSet. difference(DoubleSet set)
Returns the set of all members ofthis
that are not members ofset
.default MutableDoubleSet
MutableDoubleSet. difference(DoubleSet set)
Returns the set of all members ofthis
that are not members ofset
.DoubleSet
DoubleSet. intersect(DoubleSet set)
Returns the set of all objects that are members of boththis
andset
.default ImmutableDoubleSet
ImmutableDoubleSet. intersect(DoubleSet set)
Returns the set of all objects that are members of boththis
andset
.default MutableDoubleSet
MutableDoubleSet. intersect(DoubleSet set)
Returns the set of all objects that are members of boththis
andset
.default boolean
DoubleSet. isProperSubsetOf(DoubleSet set)
Returns true if all the members ofthis
are also members ofset
and the two sets are not equal.default boolean
DoubleSet. isSubsetOf(DoubleSet set)
Returns true if all the members ofthis
are also members ofset
.DoubleSet
DoubleSet. symmetricDifference(DoubleSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableDoubleSet
ImmutableDoubleSet. symmetricDifference(DoubleSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default MutableDoubleSet
MutableDoubleSet. symmetricDifference(DoubleSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).DoubleSet
DoubleSet. union(DoubleSet set)
default ImmutableDoubleSet
ImmutableDoubleSet. union(DoubleSet set)
default MutableDoubleSet
MutableDoubleSet. union(DoubleSet set)
-
Uses of DoubleSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type DoubleSet Modifier and Type Method Description static <A,B>
LazyIterable<DoubleDoublePair>DoubleSets. cartesianProduct(DoubleSet set1, DoubleSet set2)
static <A,B,C>
LazyIterable<C>DoubleSets. cartesianProduct(DoubleSet set1, DoubleSet set2, DoubleDoubleToObjectFunction<C> function)
-
Uses of DoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleSet Modifier and Type Class Description class
AbstractMutableDoubleKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private class
DoubleBooleanHashMap.KeySet
private class
DoubleByteHashMap.KeySet
private class
DoubleCharHashMap.KeySet
private class
DoubleDoubleHashMap.KeySet
private class
DoubleFloatHashMap.KeySet
private class
DoubleIntHashMap.KeySet
private class
DoubleLongHashMap.KeySet
private class
DoubleObjectHashMap.KeySet
private class
DoubleShortHashMap.KeySet
(package private) class
ImmutableDoubleDoubleMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableDoubleMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSet
DoubleBooleanHashMap.KeySet. freeze()
DoubleSet
DoubleByteHashMap.KeySet. freeze()
DoubleSet
DoubleCharHashMap.KeySet. freeze()
DoubleSet
DoubleDoubleHashMap.KeySet. freeze()
DoubleSet
DoubleFloatHashMap.KeySet. freeze()
DoubleSet
DoubleIntHashMap.KeySet. freeze()
DoubleSet
DoubleLongHashMap.KeySet. freeze()
DoubleSet
DoubleObjectHashMap.KeySet. freeze()
DoubleSet
DoubleShortHashMap.KeySet. freeze()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>
AbstractMutableDoubleKeySet. cartesianProduct(DoubleSet set)
-
Uses of DoubleSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement DoubleSet Modifier and Type Class Description class
AbstractImmutableDoubleSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableDoubleEmptySet
ImmutableDoubleEmptySet is an optimization forImmutableDoubleSet
of size 0.(package private) class
ImmutableDoubleSingletonSet
ImmutableDoubleSingletonSet is an optimization forImmutableDoubleSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as DoubleSet Modifier and Type Field Description private DoubleSet
ImmutableDoubleSetSerializationProxy. set
Methods in org.eclipse.collections.impl.set.immutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSet
AbstractImmutableDoubleSet. freeze()
DoubleSet
ImmutableDoubleEmptySet. freeze()
DoubleSet
ImmutableDoubleSingletonSet. freeze()
Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>
ImmutableDoubleEmptySet. cartesianProduct(DoubleSet set)
LazyIterable<DoubleDoublePair>
ImmutableDoubleSingletonSet. cartesianProduct(DoubleSet set)
Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleSet Constructor Description ImmutableDoubleSetSerializationProxy(DoubleSet set)
-
Uses of DoubleSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement DoubleSet Modifier and Type Class Description class
DoubleHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
DoubleHashSet.ImmutableDoubleHashSet
class
SynchronizedDoubleSet
A synchronized view of aMutableDoubleSet
.class
UnmodifiableDoubleSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSet
DoubleHashSet. freeze()
DoubleSet
SynchronizedDoubleSet. freeze()
DoubleSet
UnmodifiableDoubleSet. freeze()
Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>
SynchronizedDoubleSet. cartesianProduct(DoubleSet set)
LazyIterable<DoubleDoublePair>
UnmodifiableDoubleSet. cartesianProduct(DoubleSet set)
-
Uses of DoubleSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement DoubleSet Modifier and Type Class Description class
AbstractDoubleSet
This file was automatically generated from template file abstractPrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>
AbstractDoubleSet. cartesianProduct(DoubleSet set)
-