Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet
Packages that use ImmutableDoubleSet
Package
Description
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 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-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableDoubleSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableDoubleSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleSetFactory.empty()ImmutableDoubleSetFactory.of()Same asImmutableDoubleSetFactory.empty().ImmutableDoubleSetFactory.of(double one) ImmutableDoubleSetFactory.of(double... items) ImmutableDoubleSetFactory.ofAll(DoubleStream items) ImmutableDoubleSetFactory.ofAll(DoubleIterable items) ImmutableDoubleSetFactory.with()Same asImmutableDoubleSetFactory.empty().ImmutableDoubleSetFactory.with(double one) ImmutableDoubleSetFactory.with(double... items) ImmutableDoubleSetFactory.withAll(DoubleStream items) ImmutableDoubleSetFactory.withAll(DoubleIterable items) -
Uses of ImmutableDoubleSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptiondefault ImmutableDoubleSetImmutableDoubleSet.difference(DoubleSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableDoubleSetReturns the set of all objects that are members of boththisandset.ImmutableDoubleSet.newWith(double element) ImmutableDoubleSet.newWithAll(DoubleIterable elements) ImmutableDoubleSet.newWithout(double element) ImmutableDoubleSet.newWithoutAll(DoubleIterable elements) ImmutableDoubleSet.reject(DoublePredicate predicate) ImmutableDoubleSet.select(DoublePredicate predicate) default ImmutableDoubleSetImmutableDoubleSet.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 ImmutableDoubleSetImmutableDoubleSet.tap(DoubleProcedure procedure) DoubleSet.toImmutable()Returns an immutable copy of this set.MutableDoubleSet.toImmutable()Returns an immutable copy of this set.default ImmutableDoubleSet -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleEmptyBag.selectUnique()ImmutableDoubleHashBag.selectUnique()ImmutableDoubleSingletonBag.selectUnique() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableDoubleSetModifier and TypeClassDescription(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleDoubleMapKeySet.reject(DoublePredicate predicate) ImmutableDoubleMapKeySet.reject(DoublePredicate predicate) ImmutableDoubleDoubleMapKeySet.select(DoublePredicate predicate) ImmutableDoubleMapKeySet.select(DoublePredicate predicate) AbstractMutableDoubleKeySet.toImmutable() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableDoubleSetModifier and TypeMethodDescriptionAbstractImmutableSet.collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableDoubleSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableDoubleEmptySet is an optimization forImmutableDoubleSetof size 0.(package private) final classImmutableDoubleSingletonSet is an optimization forImmutableDoubleSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableDoubleSetModifier and TypeFieldDescription(package private) static final ImmutableDoubleSetImmutableDoubleEmptySet.INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionImmutableDoubleSetFactoryImpl.empty()AbstractImmutableDoubleSet.newWith(double element) ImmutableDoubleEmptySet.newWith(double element) ImmutableDoubleSingletonSet.newWith(double element) AbstractImmutableDoubleSet.newWithAll(DoubleIterable elements) ImmutableDoubleEmptySet.newWithAll(DoubleIterable elements) ImmutableDoubleSingletonSet.newWithAll(DoubleIterable elements) AbstractImmutableDoubleSet.newWithout(double element) ImmutableDoubleEmptySet.newWithout(double element) ImmutableDoubleSingletonSet.newWithout(double element) AbstractImmutableDoubleSet.newWithoutAll(DoubleIterable elements) ImmutableDoubleEmptySet.newWithoutAll(DoubleIterable elements) ImmutableDoubleSingletonSet.newWithoutAll(DoubleIterable elements) ImmutableDoubleSetFactoryImpl.of()ImmutableDoubleSetFactoryImpl.of(double one) ImmutableDoubleSetFactoryImpl.of(double... items) ImmutableDoubleSetFactoryImpl.ofAll(DoubleStream items) ImmutableDoubleSetFactoryImpl.ofAll(DoubleIterable items) ImmutableDoubleEmptySet.reject(DoublePredicate predicate) ImmutableDoubleSingletonSet.reject(DoublePredicate predicate) ImmutableDoubleEmptySet.select(DoublePredicate predicate) ImmutableDoubleSingletonSet.select(DoublePredicate predicate) AbstractImmutableDoubleSet.toImmutable()ImmutableDoubleEmptySet.toImmutable()ImmutableDoubleSingletonSet.toImmutable()ImmutableDoubleSetFactoryImpl.with()ImmutableDoubleSetFactoryImpl.with(double one) ImmutableDoubleSetFactoryImpl.with(double... items) ImmutableDoubleSetFactoryImpl.withAll(DoubleStream items) ImmutableDoubleSetFactoryImpl.withAll(DoubleIterable items) -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableDoubleSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableDoubleSetModifier and TypeMethodDescriptionstatic ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet.newSetWith(double... elements) DoubleHashSet.ImmutableDoubleHashSet.reject(DoublePredicate predicate) DoubleHashSet.ImmutableDoubleHashSet.select(DoublePredicate predicate) DoubleHashSet.toImmutable()SynchronizedDoubleSet.toImmutable()UnmodifiableDoubleSet.toImmutable() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableDoubleSetModifier and TypeMethodDescriptionstatic ImmutableDoubleSetPrimitiveStreams.iDoubleSet(DoubleStream stream)