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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 MutableDoubleSetMutableDoubleSetFactory.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 MutableDoubleSetMutableSet.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 MutableDoubleSetMutableDoubleSet.difference(DoubleSet set) Returns the set of all members ofthisthat are not members ofset.default MutableDoubleSetReturns the set of all objects that are members of boththisandset.default MutableDoubleSetMutableDoubleSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableDoubleSet.reject(DoublePredicate predicate) MutableDoubleSet.select(DoublePredicate predicate) default MutableDoubleSetMutableDoubleSet.symmetricDifference(DoubleSet set) Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default MutableDoubleSetMutableDoubleSet.tap(DoubleProcedure procedure) default MutableDoubleSetMutableDoubleSet.with(double element) MutableDoubleSet.withAll(DoubleIterable elements) MutableDoubleSet.without(double element) MutableDoubleSet.withoutAll(DoubleIterable elements) -
Uses of MutableDoubleSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableDoubleSet -
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.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableDoubleSet -
Uses of MutableDoubleSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleBooleanEmptyMap.keySet()ImmutableDoubleBooleanHashMap.keySet()ImmutableDoubleBooleanSingletonMap.keySet()ImmutableDoubleByteEmptyMap.keySet()ImmutableDoubleByteHashMap.keySet()ImmutableDoubleByteSingletonMap.keySet()ImmutableDoubleCharEmptyMap.keySet()ImmutableDoubleCharHashMap.keySet()ImmutableDoubleCharSingletonMap.keySet()ImmutableDoubleDoubleEmptyMap.keySet()ImmutableDoubleDoubleHashMap.keySet()ImmutableDoubleDoubleSingletonMap.keySet()ImmutableDoubleFloatEmptyMap.keySet()ImmutableDoubleFloatHashMap.keySet()ImmutableDoubleFloatSingletonMap.keySet()ImmutableDoubleIntEmptyMap.keySet()ImmutableDoubleIntHashMap.keySet()ImmutableDoubleIntSingletonMap.keySet()ImmutableDoubleLongEmptyMap.keySet()ImmutableDoubleLongHashMap.keySet()ImmutableDoubleLongSingletonMap.keySet()ImmutableDoubleObjectEmptyMap.keySet()ImmutableDoubleObjectHashMap.keySet()ImmutableDoubleObjectSingletonMap.keySet()ImmutableDoubleShortEmptyMap.keySet()ImmutableDoubleShortHashMap.keySet()ImmutableDoubleShortSingletonMap.keySet()ImmutableByteDoubleEmptyMap.toSet()ImmutableByteDoubleHashMap.toSet()ImmutableByteDoubleSingletonMap.toSet()ImmutableCharDoubleEmptyMap.toSet()ImmutableCharDoubleHashMap.toSet()ImmutableCharDoubleSingletonMap.toSet()ImmutableDoubleDoubleEmptyMap.toSet()ImmutableDoubleDoubleHashMap.toSet()ImmutableDoubleDoubleSingletonMap.toSet()ImmutableFloatDoubleEmptyMap.toSet()ImmutableFloatDoubleHashMap.toSet()ImmutableFloatDoubleSingletonMap.toSet()ImmutableIntDoubleEmptyMap.toSet()ImmutableIntDoubleHashMap.toSet()ImmutableIntDoubleSingletonMap.toSet()ImmutableLongDoubleEmptyMap.toSet()ImmutableLongDoubleHashMap.toSet()ImmutableLongDoubleSingletonMap.toSet()ImmutableObjectDoubleEmptyMap.toSet()ImmutableObjectDoubleHashMap.toSet()ImmutableObjectDoubleSingletonMap.toSet()ImmutableShortDoubleEmptyMap.toSet()ImmutableShortDoubleHashMap.toSet()ImmutableShortDoubleSingletonMap.toSet() -
Uses of MutableDoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableDoubleSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods 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()DoubleBooleanHashMap.KeySet.newEmpty()DoubleByteHashMap.KeySet.newEmpty()DoubleCharHashMap.KeySet.newEmpty()DoubleDoubleHashMap.KeySet.newEmpty()DoubleFloatHashMap.KeySet.newEmpty()DoubleIntHashMap.KeySet.newEmpty()DoubleLongHashMap.KeySet.newEmpty()DoubleObjectHashMap.KeySet.newEmpty()DoubleShortHashMap.KeySet.newEmpty()AbstractMutableDoubleKeySet.reject(DoublePredicate predicate) AbstractMutableDoubleKeySet.select(DoublePredicate predicate) AbstractMutableDoubleKeySet.toSet()AbstractMutableDoubleValuesMap.AbstractDoubleValuesCollection.toSet()DoubleBooleanHashMap.KeysView.toSet()ObjectDoubleHashMap.toSet()ObjectDoubleHashMap.ValuesCollection.toSet()ObjectDoubleHashMapWithHashingStrategy.toSet()ObjectDoubleHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.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) MultiReaderUnifiedSet.UntouchableMutableSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableDoubleSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableDoubleSetMethods 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()private MutableDoubleSetSynchronizedDoubleSet.getMutableDoubleSet()private MutableDoubleSetUnmodifiableDoubleSet.getMutableDoubleSet()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 SynchronizedDoubleSetSynchronizedDoubleSet.of(MutableDoubleSet set) This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.static SynchronizedDoubleSetSynchronizedDoubleSet.of(MutableDoubleSet set, Object lock) This method will take a MutableDoubleSet and wrap it directly in a SynchronizedDoubleSet.static UnmodifiableDoubleSetUnmodifiableDoubleSet.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 MutableDoubleSetModifierConstructorDescriptionBoxedMutableDoubleSet(MutableDoubleSet delegate) SynchronizedDoubleSet(MutableDoubleSet set, Object newLock) -
Uses of MutableDoubleSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return 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 MutableDoubleSetPrimitiveStreams.mDoubleSet(DoubleStream stream)