Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableFloatSet
-
Packages that use ImmutableFloatSet 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. -
-
Uses of ImmutableFloatSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableFloatSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatSetFactory. empty()ImmutableFloatSetImmutableFloatSetFactory. of()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetImmutableFloatSetFactory. of(float one)Same asImmutableFloatSetFactory.with(float).ImmutableFloatSetImmutableFloatSetFactory. of(float... items)ImmutableFloatSetImmutableFloatSetFactory. ofAll(Iterable<Float> iterable)ImmutableFloatSetImmutableFloatSetFactory. ofAll(FloatIterable items)ImmutableFloatSetImmutableFloatSetFactory. with()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetImmutableFloatSetFactory. with(float one)ImmutableFloatSetImmutableFloatSetFactory. with(float... items)ImmutableFloatSetImmutableFloatSetFactory. withAll(Iterable<Float> iterable)ImmutableFloatSetImmutableFloatSetFactory. withAll(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableSet. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableFloatSet Modifier and Type Method Description default ImmutableFloatSetImmutableFloatSet. difference(FloatSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableFloatSetImmutableFloatSet. intersect(FloatSet set)Returns the set of all objects that are members of boththisandset.ImmutableFloatSetImmutableFloatSet. newWith(float element)ImmutableFloatSetImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSet. newWithout(float element)ImmutableFloatSetImmutableFloatSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSet. reject(FloatPredicate predicate)ImmutableFloatSetImmutableFloatSet. select(FloatPredicate predicate)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 ImmutableFloatSetImmutableFloatSet. tap(FloatProcedure procedure)ImmutableFloatSetFloatSet. toImmutable()Returns an immutable copy of this set.ImmutableFloatSetMutableFloatSet. toImmutable()Returns an immutable copy of this set.default ImmutableFloatSetImmutableFloatSet. union(FloatSet set)
-