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