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.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains the implementations of
ImmutableSet
.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
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 ImmutableFloatSet
ImmutableFloatSet.difference
(FloatSet set) Returns the set of all members ofthis
that are not members ofset
.default ImmutableFloatSet
Returns the set of all objects that are members of boththis
andset
.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 ImmutableFloatSet
ImmutableFloatSet.symmetricDifference
(FloatSet set) Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableFloatSet
ImmutableFloatSet.tap
(FloatProcedure procedure) FloatSet.toImmutable()
Returns an immutable copy of this set.MutableFloatSet.toImmutable()
Returns an immutable copy of this set.default ImmutableFloatSet
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableFloatSetModifier and TypeMethodDescriptionImmutableFloatEmptyBag.selectUnique()
ImmutableFloatHashBag.selectUnique()
ImmutableFloatSingletonBag.selectUnique()
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableFloatSetModifier and TypeClassDescription(package private) class
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableFloatSetModifier and TypeMethodDescriptionImmutableFloatFloatMapKeySet.reject
(FloatPredicate predicate) ImmutableFloatMapKeySet.reject
(FloatPredicate predicate) ImmutableFloatFloatMapKeySet.select
(FloatPredicate predicate) ImmutableFloatMapKeySet.select
(FloatPredicate predicate) AbstractMutableFloatKeySet.toImmutable()
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableFloatSetModifier and TypeMethodDescriptionAbstractImmutableSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableFloatSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final class
ImmutableFloatEmptySet is an optimization forImmutableFloatSet
of size 0.(package private) final class
ImmutableFloatSingletonSet is an optimization forImmutableFloatSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableFloatSetModifier and TypeFieldDescription(package private) static final ImmutableFloatSet
ImmutableFloatEmptySet.INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableFloatSetModifier and TypeMethodDescriptionImmutableFloatSetFactoryImpl.empty()
AbstractImmutableFloatSet.newWith
(float element) ImmutableFloatEmptySet.newWith
(float element) ImmutableFloatSingletonSet.newWith
(float element) AbstractImmutableFloatSet.newWithAll
(FloatIterable elements) ImmutableFloatEmptySet.newWithAll
(FloatIterable elements) ImmutableFloatSingletonSet.newWithAll
(FloatIterable elements) AbstractImmutableFloatSet.newWithout
(float element) ImmutableFloatEmptySet.newWithout
(float element) ImmutableFloatSingletonSet.newWithout
(float element) AbstractImmutableFloatSet.newWithoutAll
(FloatIterable elements) ImmutableFloatEmptySet.newWithoutAll
(FloatIterable elements) ImmutableFloatSingletonSet.newWithoutAll
(FloatIterable elements) ImmutableFloatSetFactoryImpl.of()
ImmutableFloatSetFactoryImpl.of
(float one) ImmutableFloatSetFactoryImpl.of
(float... items) ImmutableFloatSetFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatEmptySet.reject
(FloatPredicate predicate) ImmutableFloatSingletonSet.reject
(FloatPredicate predicate) ImmutableFloatEmptySet.select
(FloatPredicate predicate) ImmutableFloatSingletonSet.select
(FloatPredicate predicate) AbstractImmutableFloatSet.toImmutable()
ImmutableFloatEmptySet.toImmutable()
ImmutableFloatSingletonSet.toImmutable()
ImmutableFloatSetFactoryImpl.with()
ImmutableFloatSetFactoryImpl.with
(float one) ImmutableFloatSetFactoryImpl.with
(float... items) ImmutableFloatSetFactoryImpl.withAll
(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableFloatSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableFloatSetModifier and TypeMethodDescriptionstatic ImmutableFloatSet
FloatHashSet.ImmutableFloatHashSet.newSetWith
(float... elements) FloatHashSet.ImmutableFloatHashSet.reject
(FloatPredicate predicate) FloatHashSet.ImmutableFloatHashSet.select
(FloatPredicate predicate) FloatHashSet.toImmutable()
SynchronizedFloatSet.toImmutable()
UnmodifiableFloatSet.toImmutable()