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.
-
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