Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableFloatSet
Packages that use ImmutableFloatSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains interfaces for set API which enhance the performance and functionality of
Set.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 ImmutableFloatSetModifier and TypeMethodDescriptionImmutableFloatBag.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 ImmutableFloatSetModifier and TypeMethodDescriptionImmutableFloatSetFactory.empty()ImmutableFloatSetFactory.of()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetFactory.of(float one) Same asImmutableFloatSetFactory.with(float).ImmutableFloatSetFactory.of(float... items) ImmutableFloatSetFactory.ofAll(FloatIterable items) ImmutableFloatSetFactory.with()Same asImmutableFloatSetFactory.empty().ImmutableFloatSetFactory.with(float one) ImmutableFloatSetFactory.with(float... items) ImmutableFloatSetFactory.withAll(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableFloatSetModifier and TypeMethodDescriptionImmutableSet.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 ImmutableFloatSetModifier and TypeMethodDescriptiondefault ImmutableFloatSetImmutableFloatSet.difference(FloatSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableFloatSetReturns the set of all objects that are members of boththisandset.ImmutableFloatSet.newWith(float element) ImmutableFloatSet.newWithAll(FloatIterable elements) ImmutableFloatSet.newWithout(float element) ImmutableFloatSet.newWithoutAll(FloatIterable elements) ImmutableFloatSet.reject(FloatPredicate predicate) ImmutableFloatSet.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) FloatSet.toImmutable()Returns an immutable copy of this set.MutableFloatSet.toImmutable()Returns an immutable copy of this set.default ImmutableFloatSet