Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet
-
Packages that use ImmutableDoubleSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.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.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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 This package contains the implementations ofImmutableSet.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.stream -
-
Uses of ImmutableDoubleSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleBag. 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 ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleSetFactory. empty()ImmutableDoubleSetImmutableDoubleSetFactory. of()Same asImmutableDoubleSetFactory.empty().ImmutableDoubleSetImmutableDoubleSetFactory. of(double one)ImmutableDoubleSetImmutableDoubleSetFactory. of(double... items)ImmutableDoubleSetImmutableDoubleSetFactory. ofAll(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleSetImmutableDoubleSetFactory. ofAll(java.util.stream.DoubleStream items)ImmutableDoubleSetImmutableDoubleSetFactory. ofAll(DoubleIterable items)ImmutableDoubleSetImmutableDoubleSetFactory. with()Same asImmutableDoubleSetFactory.empty().ImmutableDoubleSetImmutableDoubleSetFactory. with(double one)ImmutableDoubleSetImmutableDoubleSetFactory. with(double... items)ImmutableDoubleSetImmutableDoubleSetFactory. withAll(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleSetImmutableDoubleSetFactory. withAll(java.util.stream.DoubleStream items)ImmutableDoubleSetImmutableDoubleSetFactory. withAll(DoubleIterable items) -
Uses of ImmutableDoubleSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableSet. 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 ImmutableDoubleSet Modifier and Type Method Description default ImmutableDoubleSetImmutableDoubleSet. difference(DoubleSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableDoubleSetImmutableDoubleSet. intersect(DoubleSet set)Returns the set of all objects that are members of boththisandset.ImmutableDoubleSetImmutableDoubleSet. newWith(double element)ImmutableDoubleSetImmutableDoubleSet. newWithAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSet. newWithout(double element)ImmutableDoubleSetImmutableDoubleSet. newWithoutAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSet. 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)ImmutableDoubleSetDoubleSet. toImmutable()Returns an immutable copy of this set.ImmutableDoubleSetMutableDoubleSet. toImmutable()Returns an immutable copy of this set.default ImmutableDoubleSetImmutableDoubleSet. union(DoubleSet set) -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleEmptyBag. selectUnique()ImmutableDoubleSetImmutableDoubleHashBag. selectUnique()ImmutableDoubleSetImmutableDoubleSingletonBag. selectUnique() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableDoubleSet Modifier and Type Class Description (package private) classImmutableDoubleDoubleMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableDoubleMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleDoubleMapKeySet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleMapKeySet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleDoubleMapKeySet. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleMapKeySet. select(DoublePredicate predicate)ImmutableDoubleSetAbstractMutableDoubleKeySet. toImmutable() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetAbstractImmutableSet. 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 ImmutableDoubleSet Modifier and Type Class Description classAbstractImmutableDoubleSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableDoubleEmptySetImmutableDoubleEmptySet is an optimization forImmutableDoubleSetof size 0.(package private) classImmutableDoubleSingletonSetImmutableDoubleSingletonSet is an optimization forImmutableDoubleSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableDoubleSet Modifier and Type Field Description (package private) static ImmutableDoubleSetImmutableDoubleEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableDoubleSet Modifier and Type Method Description ImmutableDoubleSetImmutableDoubleSetFactoryImpl. empty()ImmutableDoubleSetAbstractImmutableDoubleSet. newWith(double element)ImmutableDoubleSetImmutableDoubleEmptySet. newWith(double element)ImmutableDoubleSetImmutableDoubleSingletonSet. newWith(double element)ImmutableDoubleSetAbstractImmutableDoubleSet. newWithAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleEmptySet. newWithAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSingletonSet. newWithAll(DoubleIterable elements)ImmutableDoubleSetAbstractImmutableDoubleSet. newWithout(double element)ImmutableDoubleSetImmutableDoubleEmptySet. newWithout(double element)ImmutableDoubleSetImmutableDoubleSingletonSet. newWithout(double element)ImmutableDoubleSetAbstractImmutableDoubleSet. newWithoutAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleEmptySet. newWithoutAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSingletonSet. newWithoutAll(DoubleIterable elements)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. of()ImmutableDoubleSetImmutableDoubleSetFactoryImpl. of(double one)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. of(double... items)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. ofAll(java.util.stream.DoubleStream items)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. ofAll(DoubleIterable items)ImmutableDoubleSetImmutableDoubleEmptySet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSingletonSet. reject(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleEmptySet. select(DoublePredicate predicate)ImmutableDoubleSetImmutableDoubleSingletonSet. select(DoublePredicate predicate)ImmutableDoubleSetAbstractImmutableDoubleSet. toImmutable()ImmutableDoubleSetImmutableDoubleEmptySet. toImmutable()ImmutableDoubleSetImmutableDoubleSingletonSet. toImmutable()ImmutableDoubleSetImmutableDoubleSetFactoryImpl. with()ImmutableDoubleSetImmutableDoubleSetFactoryImpl. with(double one)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. with(double... items)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Double> iterable)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. withAll(java.util.stream.DoubleStream items)ImmutableDoubleSetImmutableDoubleSetFactoryImpl. 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 ImmutableDoubleSet Modifier and Type Class Description private static classDoubleHashSet.ImmutableDoubleHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableDoubleSet Modifier and Type Method Description static ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet. newSetWith(double... elements)ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet. reject(DoublePredicate predicate)ImmutableDoubleSetDoubleHashSet.ImmutableDoubleHashSet. select(DoublePredicate predicate)ImmutableDoubleSetDoubleHashSet. toImmutable()ImmutableDoubleSetSynchronizedDoubleSet. toImmutable()ImmutableDoubleSetUnmodifiableDoubleSet. toImmutable() -
Uses of ImmutableDoubleSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableDoubleSet Modifier and Type Method Description static ImmutableDoubleSetPrimitiveStreams. iDoubleSet(java.util.stream.DoubleStream stream)
-