Uses of Interface
org.eclipse.collections.api.collection.primitive.ImmutableFloatCollection
Packages that use ImmutableFloatCollection
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
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 collection interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of ImmutableFloatCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of ImmutableFloatCollection in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveBag.stg. -
Uses of ImmutableFloatCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return ImmutableFloatCollectionModifier and TypeMethodDescriptionImmutableCollection.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return ImmutableFloatCollectionModifier and TypeMethodDescriptionImmutableFloatCollection.newWith
(float element) ImmutableFloatCollection.newWithAll
(FloatIterable elements) ImmutableFloatCollection.newWithout
(float element) ImmutableFloatCollection.newWithoutAll
(FloatIterable elements) ImmutableFloatCollection.reject
(FloatPredicate predicate) ImmutableFloatCollection.select
(FloatPredicate predicate) default ImmutableFloatCollection
ImmutableFloatCollection.tap
(FloatProcedure procedure) MutableFloatCollection.toImmutable()
-
Uses of ImmutableFloatCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of ImmutableFloatCollection in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveList.stg. -
Uses of ImmutableFloatCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableFloatCollectionModifier and TypeMethodDescriptionImmutableObjectFloatMap.reject
(FloatPredicate predicate) ImmutableObjectFloatMap.select
(FloatPredicate predicate) -
Uses of ImmutableFloatCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of ImmutableFloatCollection in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveSet.stg. -
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement ImmutableFloatCollectionModifier and TypeClassDescription(package private) final class
ImmutableFloatEmptyBag is an optimization forImmutableFloatBag
of size 0.(package private) final class
ImmutableFloatHashBag is the non-modifiable equivalent ofFloatHashBag
.(package private) final class
ImmutableFloatSingletonBag is an optimization forImmutableFloatBag
of size 1. -
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return ImmutableFloatCollectionModifier and TypeMethodDescriptionAbstractSynchronizedFloatCollection.toImmutable()
AbstractUnmodifiableFloatCollection.toImmutable()
-
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableFloatCollectionModifier and TypeClassDescription(package private) final class
ImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList
.(package private) final class
ImmutableFloatEmptyList is an optimization forImmutableFloatList
of size 0.(package private) final class
ImmutableFloatSingletonList is an optimization forImmutableFloatList
of size 1. -
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return ImmutableFloatCollectionModifier and TypeMethodDescriptionImmutableObjectFloatEmptyMap.reject
(FloatPredicate predicate) ImmutableObjectFloatHashMap.reject
(FloatPredicate predicate) ImmutableObjectFloatSingletonMap.reject
(FloatPredicate predicate) ImmutableObjectFloatEmptyMap.select
(FloatPredicate predicate) ImmutableObjectFloatHashMap.select
(FloatPredicate predicate) ImmutableObjectFloatSingletonMap.select
(FloatPredicate predicate) -
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableFloatCollectionModifier 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 ImmutableFloatCollectionModifier and TypeMethodDescriptionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection.toImmutable()
ObjectFloatHashMap.ValuesCollection.toImmutable()
ObjectFloatHashMapWithHashingStrategy.ValuesCollection.toImmutable()
-
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableFloatCollectionModifier 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. -
Uses of ImmutableFloatCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableFloatCollection