Uses of Interface
org.eclipse.collections.api.set.primitive.MutableDoubleSet
Packages that use MutableDoubleSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains interfaces for set API which enhance the performance and functionality of
Set
.This package contains API for mutable and immutable primitive sets.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableDoubleSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableDoubleSetModifier and TypeMethodDescriptionDoubleIterable.toSet()
Converts the DoubleIterable to a new MutableDoubleSet. -
Uses of MutableDoubleSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionMutableDoubleBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableDoubleSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionMutableDoubleSetFactory.empty()
MutableDoubleSetFactory.of()
Same asMutableDoubleSetFactory.empty()
.MutableDoubleSetFactory.of
(double... items) MutableDoubleSetFactory.ofAll
(DoubleStream items) MutableDoubleSetFactory.ofAll
(DoubleIterable items) MutableDoubleSetFactory.with()
Same asMutableDoubleSetFactory.empty()
.MutableDoubleSetFactory.with
(double... items) MutableDoubleSetFactory.withAll
(DoubleStream items) MutableDoubleSetFactory.withAll
(DoubleIterable items) default MutableDoubleSet
MutableDoubleSetFactory.withInitialCapacity
(int capacity) Same asMutableDoubleSetFactory.empty()
. -
Uses of MutableDoubleSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionDoubleBooleanMap.keySet()
Returns a set containing all the keys in this map.DoubleByteMap.keySet()
Returns a set containing all the keys in this map.DoubleCharMap.keySet()
Returns a set containing all the keys in this map.DoubleDoubleMap.keySet()
Returns a set containing all the keys in this map.DoubleFloatMap.keySet()
Returns a set containing all the keys in this map.DoubleIntMap.keySet()
Returns a set containing all the keys in this map.DoubleLongMap.keySet()
Returns a set containing all the keys in this map.DoubleObjectMap.keySet()
Returns a set containing all the keys in this map.DoubleShortMap.keySet()
Returns a set containing all the keys in this map. -
Uses of MutableDoubleSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableDoubleSetModifier and TypeMethodDescriptiondefault MutableDoubleSet
MutableSet.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionMutableDoubleSet.asSynchronized()
MutableDoubleSet.asUnmodifiable()
default MutableDoubleSet
MutableDoubleSet.difference
(DoubleSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableDoubleSet
Returns the set of all objects that are members of boththis
andset
.default MutableDoubleSet
MutableDoubleSet.newEmpty()
Creates a new empty mutable version of the same Set type.MutableDoubleSet.reject
(DoublePredicate predicate) MutableDoubleSet.select
(DoublePredicate predicate) 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).default MutableDoubleSet
MutableDoubleSet.tap
(DoubleProcedure procedure) default MutableDoubleSet
MutableDoubleSet.with
(double element) MutableDoubleSet.withAll
(DoubleIterable elements) MutableDoubleSet.without
(double element) MutableDoubleSet.withoutAll
(DoubleIterable elements) -
Uses of MutableDoubleSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionDoubleHashBag.selectUnique()
SynchronizedDoubleBag.selectUnique()
UnmodifiableDoubleBag.selectUnique()
-
Uses of MutableDoubleSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableDoubleSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionAbstractMutableDoubleKeySet.asSynchronized()
AbstractMutableDoubleKeySet.asUnmodifiable()
DoubleBooleanHashMap.keySet()
DoubleByteHashMap.keySet()
DoubleCharHashMap.keySet()
DoubleDoubleHashMap.keySet()
DoubleFloatHashMap.keySet()
DoubleIntHashMap.keySet()
DoubleLongHashMap.keySet()
DoubleObjectHashMap.keySet()
DoubleShortHashMap.keySet()
SynchronizedDoubleBooleanMap.keySet()
SynchronizedDoubleByteMap.keySet()
SynchronizedDoubleCharMap.keySet()
SynchronizedDoubleDoubleMap.keySet()
SynchronizedDoubleFloatMap.keySet()
SynchronizedDoubleIntMap.keySet()
SynchronizedDoubleLongMap.keySet()
SynchronizedDoubleObjectMap.keySet()
SynchronizedDoubleShortMap.keySet()
UnmodifiableDoubleBooleanMap.keySet()
UnmodifiableDoubleByteMap.keySet()
UnmodifiableDoubleCharMap.keySet()
UnmodifiableDoubleDoubleMap.keySet()
UnmodifiableDoubleFloatMap.keySet()
UnmodifiableDoubleIntMap.keySet()
UnmodifiableDoubleLongMap.keySet()
UnmodifiableDoubleObjectMap.keySet()
UnmodifiableDoubleShortMap.keySet()
AbstractMutableDoubleKeySet.reject
(DoublePredicate predicate) AbstractMutableDoubleKeySet.select
(DoublePredicate predicate) AbstractMutableDoubleKeySet.toSet()
ObjectDoubleHashMap.toSet()
ObjectDoubleHashMapWithHashingStrategy.toSet()
SynchronizedByteDoubleMap.toSet()
SynchronizedCharDoubleMap.toSet()
SynchronizedDoubleDoubleMap.toSet()
SynchronizedFloatDoubleMap.toSet()
SynchronizedIntDoubleMap.toSet()
SynchronizedLongDoubleMap.toSet()
SynchronizedObjectDoubleMap.toSet()
SynchronizedShortDoubleMap.toSet()
UnmodifiableByteDoubleMap.toSet()
UnmodifiableCharDoubleMap.toSet()
UnmodifiableDoubleDoubleMap.toSet()
UnmodifiableFloatDoubleMap.toSet()
UnmodifiableIntDoubleMap.toSet()
UnmodifiableLongDoubleMap.toSet()
UnmodifiableObjectDoubleMap.toSet()
UnmodifiableShortDoubleMap.toSet()
AbstractMutableDoubleKeySet.with
(double element) AbstractMutableDoubleKeySet.withAll
(DoubleIterable elements) AbstractMutableDoubleKeySet.without
(double element) AbstractMutableDoubleKeySet.withoutAll
(DoubleIterable elements) -
Uses of MutableDoubleSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableDoubleSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectDouble
(DoubleFunction<? super T> doubleFunction) SynchronizedMutableSet.collectDouble
(DoubleFunction<? super T> doubleFunction) UnmodifiableMutableSet.collectDouble
(DoubleFunction<? super T> doubleFunction) -
Uses of MutableDoubleSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableDoubleSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableDoubleSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionDoubleHashSet.asSynchronized()
SynchronizedDoubleSet.asSynchronized()
UnmodifiableDoubleSet.asSynchronized()
DoubleHashSet.asUnmodifiable()
SynchronizedDoubleSet.asUnmodifiable()
UnmodifiableDoubleSet.asUnmodifiable()
MutableDoubleSetFactoryImpl.empty()
SynchronizedDoubleSet.newEmpty()
UnmodifiableDoubleSet.newEmpty()
MutableDoubleSetFactoryImpl.of()
MutableDoubleSetFactoryImpl.of
(double... items) MutableDoubleSetFactoryImpl.ofAll
(DoubleStream items) MutableDoubleSetFactoryImpl.ofAll
(DoubleIterable items) SynchronizedDoubleSet.reject
(DoublePredicate predicate) UnmodifiableDoubleSet.reject
(DoublePredicate predicate) SynchronizedDoubleSet.select
(DoublePredicate predicate) UnmodifiableDoubleSet.select
(DoublePredicate predicate) MutableDoubleSetFactoryImpl.with()
MutableDoubleSetFactoryImpl.with
(double... items) MutableDoubleSetFactoryImpl.withAll
(DoubleStream items) MutableDoubleSetFactoryImpl.withAll
(DoubleIterable items) MutableDoubleSetFactoryImpl.withInitialCapacity
(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableDoubleSetModifier and TypeMethodDescriptionstatic 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.static UnmodifiableDoubleSet
UnmodifiableDoubleSet.of
(MutableDoubleSet set) This method will take a MutableDoubleSet and wrap it directly in a UnmodifiableDoubleSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableDoubleSetModifier and TypeMethodDescriptionstatic MutableDoubleSet
PrimitiveStreams.mDoubleSet
(DoubleStream stream)