Uses of Interface
org.eclipse.collections.api.set.primitive.FloatSet
-
Packages that use FloatSet 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 FloatSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return FloatSet Modifier and Type Method Description FloatSetFloatBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of FloatSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return FloatSet Modifier and Type Method Description FloatSetUnsortedSetIterable. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatSet in org.eclipse.collections.api.set.primitive
Subinterfaces of FloatSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableFloatSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableFloatSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return FloatSet Modifier and Type Method Description FloatSetFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.FloatSetFloatSet. freeze()Returns a frozen copy of this set.FloatSetMutableFloatSet. freeze()Returns a frozen copy of this set.FloatSetFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.FloatSetFloatSet. reject(FloatPredicate predicate)FloatSetFloatSet. select(FloatPredicate predicate)FloatSetFloatSet. symmetricDifference(FloatSet 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 FloatSetFloatSet. tap(FloatProcedure procedure)FloatSetFloatSet. union(FloatSet set)Methods in org.eclipse.collections.api.set.primitive with parameters of type FloatSet Modifier and Type Method Description LazyIterable<FloatFloatPair>FloatSet. cartesianProduct(FloatSet set)Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.FloatSetFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableFloatSetImmutableFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.default MutableFloatSetMutableFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.FloatSetFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.default ImmutableFloatSetImmutableFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.default MutableFloatSetMutableFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.default booleanFloatSet. isProperSubsetOf(FloatSet set)Returns true if all the members ofthisare also members ofsetand the two sets are not equal.default booleanFloatSet. isSubsetOf(FloatSet set)Returns true if all the members ofthisare also members ofset.FloatSetFloatSet. symmetricDifference(FloatSet 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 ImmutableFloatSetImmutableFloatSet. symmetricDifference(FloatSet 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 MutableFloatSetMutableFloatSet. symmetricDifference(FloatSet 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).FloatSetFloatSet. union(FloatSet set)default ImmutableFloatSetImmutableFloatSet. union(FloatSet set)default MutableFloatSetMutableFloatSet. union(FloatSet set)
-