Uses of Interface
org.eclipse.collections.api.set.primitive.DoubleSet
| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.impl.factory.primitive |
This package contains static utilities for creating immutable primitive collection factories.
|
| 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.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.set.primitive |
-
Uses of DoubleSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return DoubleSet Modifier and Type Method Description DoubleSetDoubleBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of DoubleSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return DoubleSet Modifier and Type Method Description DoubleSetUnsortedSetIterable. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of DoubleSet in org.eclipse.collections.api.set.primitive
Subinterfaces of DoubleSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableDoubleSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableDoubleSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return DoubleSet Modifier and Type Method Description DoubleSetDoubleSet. freeze()Returns a frozen copy of this set.DoubleSetMutableDoubleSet. freeze()Returns a frozen copy of this set.DoubleSetDoubleSet. reject(DoublePredicate predicate)DoubleSetDoubleSet. select(DoublePredicate predicate)default DoubleSetDoubleSet. tap(DoubleProcedure procedure) -
Uses of DoubleSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type DoubleSet Modifier and Type Method Description static <A, B> LazyIterable<DoubleDoublePair>DoubleSets. cartesianProduct(DoubleSet set1, DoubleSet set2)static <A, B, C> LazyIterable<C>DoubleSets. cartesianProduct(DoubleSet set1, DoubleSet set2, DoubleDoubleToObjectFunction<C> function) -
Uses of DoubleSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement DoubleSet Modifier and Type Class Description classAbstractMutableDoubleKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg. -
Uses of DoubleSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement DoubleSet Modifier and Type Class Description classAbstractImmutableDoubleSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSetAbstractImmutableDoubleSet. freeze()Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleSet Constructor Description ImmutableDoubleSetSerializationProxy(DoubleSet set) -
Uses of DoubleSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement DoubleSet Modifier and Type Class Description classDoubleHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedDoubleSetA synchronized view of aMutableDoubleSet.classUnmodifiableDoubleSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg. -
Uses of DoubleSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement DoubleSet Modifier and Type Class Description classAbstractDoubleSetThis file was automatically generated from template file abstractPrimitiveSet.stg.