Uses of Interface
org.eclipse.collections.api.set.primitive.DoubleSet
-
Packages that use 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 ofSet.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. difference(DoubleSet set)Returns the set of all members ofthisthat are not members ofset.DoubleSetDoubleSet. freeze()Returns a frozen copy of this set.DoubleSetMutableDoubleSet. freeze()Returns a frozen copy of this set.DoubleSetDoubleSet. intersect(DoubleSet set)Returns the set of all objects that are members of boththisandset.DoubleSetDoubleSet. reject(DoublePredicate predicate)DoubleSetDoubleSet. select(DoublePredicate predicate)DoubleSetDoubleSet. 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 DoubleSetDoubleSet. tap(DoubleProcedure procedure)DoubleSetDoubleSet. union(DoubleSet set)Methods in org.eclipse.collections.api.set.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>DoubleSet. cartesianProduct(DoubleSet set)Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.DoubleSetDoubleSet. difference(DoubleSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableDoubleSetImmutableDoubleSet. difference(DoubleSet set)Returns the set of all members ofthisthat are not members ofset.default MutableDoubleSetMutableDoubleSet. difference(DoubleSet set)Returns the set of all members ofthisthat are not members ofset.DoubleSetDoubleSet. intersect(DoubleSet set)Returns the set of all objects that are members of boththisandset.default ImmutableDoubleSetImmutableDoubleSet. intersect(DoubleSet set)Returns the set of all objects that are members of boththisandset.default MutableDoubleSetMutableDoubleSet. intersect(DoubleSet set)Returns the set of all objects that are members of boththisandset.default booleanDoubleSet. isProperSubsetOf(DoubleSet set)Returns true if all the members ofthisare also members ofsetand the two sets are not equal.default booleanDoubleSet. isSubsetOf(DoubleSet set)Returns true if all the members ofthisare also members ofset.DoubleSetDoubleSet. 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. 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. 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).DoubleSetDoubleSet. union(DoubleSet set)default ImmutableDoubleSetImmutableDoubleSet. union(DoubleSet set)default MutableDoubleSetMutableDoubleSet. union(DoubleSet set) -
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.private classDoubleBooleanHashMap.KeySetprivate classDoubleByteHashMap.KeySetprivate classDoubleCharHashMap.KeySetprivate classDoubleDoubleHashMap.KeySetprivate classDoubleFloatHashMap.KeySetprivate classDoubleIntHashMap.KeySetprivate classDoubleLongHashMap.KeySetprivate classDoubleObjectHashMap.KeySetprivate classDoubleShortHashMap.KeySet(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 DoubleSet Modifier and Type Method Description DoubleSetDoubleBooleanHashMap.KeySet. freeze()DoubleSetDoubleByteHashMap.KeySet. freeze()DoubleSetDoubleCharHashMap.KeySet. freeze()DoubleSetDoubleDoubleHashMap.KeySet. freeze()DoubleSetDoubleFloatHashMap.KeySet. freeze()DoubleSetDoubleIntHashMap.KeySet. freeze()DoubleSetDoubleLongHashMap.KeySet. freeze()DoubleSetDoubleObjectHashMap.KeySet. freeze()DoubleSetDoubleShortHashMap.KeySet. freeze()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>AbstractMutableDoubleKeySet. cartesianProduct(DoubleSet set) -
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.(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 DoubleSet Modifier and Type Field Description private DoubleSetImmutableDoubleSetSerializationProxy. setMethods in org.eclipse.collections.impl.set.immutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSetAbstractImmutableDoubleSet. freeze()DoubleSetImmutableDoubleEmptySet. freeze()DoubleSetImmutableDoubleSingletonSet. freeze()Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>ImmutableDoubleEmptySet. cartesianProduct(DoubleSet set)LazyIterable<DoubleDoublePair>ImmutableDoubleSingletonSet. cartesianProduct(DoubleSet set)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.private static classDoubleHashSet.ImmutableDoubleHashSetclassSynchronizedDoubleSetA synchronized view of aMutableDoubleSet.classUnmodifiableDoubleSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return DoubleSet Modifier and Type Method Description DoubleSetDoubleHashSet. freeze()DoubleSetSynchronizedDoubleSet. freeze()DoubleSetUnmodifiableDoubleSet. freeze()Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>SynchronizedDoubleSet. cartesianProduct(DoubleSet set)LazyIterable<DoubleDoublePair>UnmodifiableDoubleSet. cartesianProduct(DoubleSet set) -
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.Methods in org.eclipse.collections.impl.set.primitive with parameters of type DoubleSet Modifier and Type Method Description LazyIterable<DoubleDoublePair>AbstractDoubleSet. cartesianProduct(DoubleSet set)
-