Uses of Interface
org.eclipse.collections.api.set.primitive.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 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionImmutableSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.api.set.primitive
Modifier 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.map.mutable.primitive
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable
Modifier and TypeMethodDescriptionAbstractImmutableSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Modifier and TypeMethodDescriptionImmutableFloatSetFactoryImpl.empty()
AbstractImmutableFloatSet.newWith
(float element) AbstractImmutableFloatSet.newWithAll
(FloatIterable elements) AbstractImmutableFloatSet.newWithout
(float element) AbstractImmutableFloatSet.newWithoutAll
(FloatIterable elements) ImmutableFloatSetFactoryImpl.of()
ImmutableFloatSetFactoryImpl.of
(float one) ImmutableFloatSetFactoryImpl.of
(float... items) ImmutableFloatSetFactoryImpl.ofAll
(FloatIterable items) AbstractImmutableFloatSet.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
Modifier and TypeMethodDescriptionFloatHashSet.toImmutable()
SynchronizedFloatSet.toImmutable()
UnmodifiableFloatSet.toImmutable()