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.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive 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 ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSet
ImmutableFloatBag. 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 ImmutableFloatSet
ImmutableFloatSetFactory. empty()
ImmutableFloatSet
ImmutableFloatSetFactory. of()
Same asImmutableFloatSetFactory.empty()
.ImmutableFloatSet
ImmutableFloatSetFactory. of(float one)
Same asImmutableFloatSetFactory.with(float)
.ImmutableFloatSet
ImmutableFloatSetFactory. of(float... items)
ImmutableFloatSet
ImmutableFloatSetFactory. ofAll(java.lang.Iterable<java.lang.Float> iterable)
ImmutableFloatSet
ImmutableFloatSetFactory. ofAll(FloatIterable items)
ImmutableFloatSet
ImmutableFloatSetFactory. with()
Same asImmutableFloatSetFactory.empty()
.ImmutableFloatSet
ImmutableFloatSetFactory. with(float one)
ImmutableFloatSet
ImmutableFloatSetFactory. with(float... items)
ImmutableFloatSet
ImmutableFloatSetFactory. withAll(java.lang.Iterable<java.lang.Float> iterable)
ImmutableFloatSet
ImmutableFloatSetFactory. 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 ImmutableFloatSet
ImmutableSet. 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 ImmutableFloatSet
ImmutableFloatSet. difference(FloatSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableFloatSet
ImmutableFloatSet. intersect(FloatSet set)
Returns the set of all objects that are members of boththis
andset
.ImmutableFloatSet
ImmutableFloatSet. newWith(float element)
ImmutableFloatSet
ImmutableFloatSet. newWithAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatSet. newWithout(float element)
ImmutableFloatSet
ImmutableFloatSet. newWithoutAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatSet. reject(FloatPredicate predicate)
ImmutableFloatSet
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)
ImmutableFloatSet
FloatSet. toImmutable()
Returns an immutable copy of this set.ImmutableFloatSet
MutableFloatSet. toImmutable()
Returns an immutable copy of this set.default ImmutableFloatSet
ImmutableFloatSet. union(FloatSet set)
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSet
ImmutableFloatEmptyBag. selectUnique()
ImmutableFloatSet
ImmutableFloatHashBag. selectUnique()
ImmutableFloatSet
ImmutableFloatSingletonBag. selectUnique()
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableFloatSet Modifier and Type Class Description (package private) class
ImmutableFloatFloatMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableFloatMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSet
ImmutableFloatFloatMapKeySet. reject(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatMapKeySet. reject(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatFloatMapKeySet. select(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatMapKeySet. select(FloatPredicate predicate)
ImmutableFloatSet
AbstractMutableFloatKeySet. toImmutable()
-
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSet
AbstractImmutableSet. 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 ImmutableFloatSet Modifier and Type Class Description class
AbstractImmutableFloatSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableFloatEmptySet
ImmutableFloatEmptySet is an optimization forImmutableFloatSet
of size 0.(package private) class
ImmutableFloatSingletonSet
ImmutableFloatSingletonSet is an optimization forImmutableFloatSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableFloatSet Modifier and Type Field Description (package private) static ImmutableFloatSet
ImmutableFloatEmptySet. INSTANCE
Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSet
ImmutableFloatSetFactoryImpl. empty()
ImmutableFloatSet
AbstractImmutableFloatSet. newWith(float element)
ImmutableFloatSet
ImmutableFloatEmptySet. newWith(float element)
ImmutableFloatSet
ImmutableFloatSingletonSet. newWith(float element)
ImmutableFloatSet
AbstractImmutableFloatSet. newWithAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatEmptySet. newWithAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatSingletonSet. newWithAll(FloatIterable elements)
ImmutableFloatSet
AbstractImmutableFloatSet. newWithout(float element)
ImmutableFloatSet
ImmutableFloatEmptySet. newWithout(float element)
ImmutableFloatSet
ImmutableFloatSingletonSet. newWithout(float element)
ImmutableFloatSet
AbstractImmutableFloatSet. newWithoutAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatEmptySet. newWithoutAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatSingletonSet. newWithoutAll(FloatIterable elements)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. of()
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. of(float one)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. of(float... items)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Float> iterable)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. ofAll(FloatIterable items)
ImmutableFloatSet
ImmutableFloatEmptySet. reject(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatSingletonSet. reject(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatEmptySet. select(FloatPredicate predicate)
ImmutableFloatSet
ImmutableFloatSingletonSet. select(FloatPredicate predicate)
ImmutableFloatSet
AbstractImmutableFloatSet. toImmutable()
ImmutableFloatSet
ImmutableFloatEmptySet. toImmutable()
ImmutableFloatSet
ImmutableFloatSingletonSet. toImmutable()
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. with()
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. with(float one)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. with(float... items)
ImmutableFloatSet
ImmutableFloatSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Float> iterable)
ImmutableFloatSet
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 ImmutableFloatSet Modifier and Type Class Description private static class
FloatHashSet.ImmutableFloatHashSet
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description static ImmutableFloatSet
FloatHashSet.ImmutableFloatHashSet. newSetWith(float... elements)
ImmutableFloatSet
FloatHashSet.ImmutableFloatHashSet. reject(FloatPredicate predicate)
ImmutableFloatSet
FloatHashSet.ImmutableFloatHashSet. select(FloatPredicate predicate)
ImmutableFloatSet
FloatHashSet. toImmutable()
ImmutableFloatSet
SynchronizedFloatSet. toImmutable()
ImmutableFloatSet
UnmodifiableFloatSet. toImmutable()
-