Uses of Interface
org.eclipse.collections.api.set.primitive.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 | |
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| 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 package contains the implementations of
ImmutableSet. |
| 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 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 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. tap(FloatProcedure procedure)ImmutableFloatSetFloatSet. toImmutable()Returns an immutable copy of this set.ImmutableFloatSetMutableFloatSet. toImmutable()Returns an immutable copy of this set. -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetAbstractMutableFloatKeySet. 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 ImmutableFloatSetAbstractImmutableSet. 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 classAbstractImmutableFloatSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetImmutableFloatSetFactoryImpl. empty()ImmutableFloatSetAbstractImmutableFloatSet. newWith(float element)ImmutableFloatSetAbstractImmutableFloatSet. newWithAll(FloatIterable elements)ImmutableFloatSetAbstractImmutableFloatSet. newWithout(float element)ImmutableFloatSetAbstractImmutableFloatSet. newWithoutAll(FloatIterable elements)ImmutableFloatSetImmutableFloatSetFactoryImpl. of()ImmutableFloatSetImmutableFloatSetFactoryImpl. of(float one)ImmutableFloatSetImmutableFloatSetFactoryImpl. of(float... items)ImmutableFloatSetImmutableFloatSetFactoryImpl. ofAll(Iterable<Float> iterable)ImmutableFloatSetImmutableFloatSetFactoryImpl. ofAll(FloatIterable items)ImmutableFloatSetAbstractImmutableFloatSet. toImmutable()ImmutableFloatSetImmutableFloatSetFactoryImpl. with()ImmutableFloatSetImmutableFloatSetFactoryImpl. with(float one)ImmutableFloatSetImmutableFloatSetFactoryImpl. with(float... items)ImmutableFloatSetImmutableFloatSetFactoryImpl. withAll(Iterable<Float> iterable)ImmutableFloatSetImmutableFloatSetFactoryImpl. withAll(FloatIterable items) -
Uses of ImmutableFloatSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableFloatSet Modifier and Type Method Description ImmutableFloatSetFloatHashSet. toImmutable()ImmutableFloatSetSynchronizedFloatSet. toImmutable()ImmutableFloatSetUnmodifiableFloatSet. toImmutable()