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 TypeInterfaceDescriptioninterfaceThis 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 ImmutableFloatCollectionImmutableFloatCollection.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 TypeInterfaceDescriptioninterfaceThis 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 TypeInterfaceDescriptioninterfaceThis 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 classImmutableFloatEmptyBag is an optimization forImmutableFloatBagof size 0.(package private) final classImmutableFloatHashBag is the non-modifiable equivalent ofFloatHashBag.(package private) final classImmutableFloatSingletonBag is an optimization forImmutableFloatBagof 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 classImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList.(package private) final classImmutableFloatEmptyList is an optimization forImmutableFloatListof size 0.(package private) final classImmutableFloatSingletonList is an optimization forImmutableFloatListof 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) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis 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 TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableFloatEmptySet is an optimization forImmutableFloatSetof size 0.(package private) final classImmutableFloatSingletonSet is an optimization forImmutableFloatSetof 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