Uses of Interface
org.eclipse.collections.api.FloatIterable
Packages that use FloatIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains mutable and immutable primitive collection API.
This package contains factory API for creating immutable primitive list instances.
This package contains factory API for creating primitive set instances.
This package contains factory API for creating primitive stack instances.
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 mutable and immutable primitive stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the
MutableBiMap
interface.This package contains implementations of the
MutableCollection
interface.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableMap
interface.This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the
MutableSortedMap
interface.This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the
ImmutableStack
interface.This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
-
Uses of FloatIterable in org.eclipse.collections.api
Subinterfaces of FloatIterable in org.eclipse.collections.apiModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file lazyPrimitiveIterable.stg.Methods in org.eclipse.collections.api that return FloatIterableModifier and TypeMethodDescriptionRichIterable.collectFloat
(FloatFunction<? super T> floatFunction) Returns a new primitivefloat
iterable with the results of applying the specified function on each element of the source collection.FloatIterable.reject
(FloatPredicate predicate) Returns a new FloatIterable with all of the elements in the FloatIterable that return false for the specified predicate.FloatIterable.select
(FloatPredicate predicate) Returns a new FloatIterable with all of the elements in the FloatIterable that return true for the specified predicate.default FloatIterable
FloatIterable.tap
(FloatProcedure procedure) Methods in org.eclipse.collections.api that return types with arguments of type FloatIterableModifier and TypeMethodDescriptiondefault RichIterable
<FloatIterable> FloatIterable.chunk
(int size) Partitions elements in fixed size chunks.Methods in org.eclipse.collections.api with parameters of type FloatIterableModifier and TypeMethodDescriptiondefault boolean
FloatIterable.containsAll
(FloatIterable source) Returns true if all of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are not.default boolean
FloatIterable.containsAny
(FloatIterable source) Returns true if any of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are not.default boolean
FloatIterable.containsNone
(FloatIterable source) Returns true if none of the values specified in the source FloatIterable are contained in the FloatIterable, and false if they are.Method parameters in org.eclipse.collections.api with type arguments of type FloatIterableModifier and TypeMethodDescriptiondefault <R extends MutableFloatCollection>
RRichIterable.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) Same as flatCollect, only the results are collected into the target collection. -
Uses of FloatIterable in org.eclipse.collections.api.bag.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.bag.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveBag.stg.interface
This file was automatically generated from template file immutablePrimitiveBag.stg.interface
This file was automatically generated from template file mutablePrimitiveBag.stg.Methods in org.eclipse.collections.api.bag.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatBag.newWithAll
(FloatIterable elements) ImmutableFloatBag.newWithoutAll
(FloatIterable elements) MutableFloatBag.withAll
(FloatIterable elements) MutableFloatBag.withoutAll
(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.collection.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.collection.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file immutablePrimitiveCollection.stg.interface
This file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
MutableFloatCollection.addAll
(FloatIterable source) ImmutableFloatCollection.newWithAll
(FloatIterable elements) ImmutableFloatCollection.newWithoutAll
(FloatIterable elements) boolean
MutableFloatCollection.removeAll
(FloatIterable source) boolean
MutableFloatCollection.retainAll
(FloatIterable elements) MutableFloatCollection.withAll
(FloatIterable elements) MutableFloatCollection.withoutAll
(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.factory.bag.primitive
Methods in org.eclipse.collections.api.factory.bag.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatBagFactory.ofAll
(FloatIterable items) MutableFloatBagFactory.ofAll
(FloatIterable items) ImmutableFloatBagFactory.withAll
(FloatIterable items) MutableFloatBagFactory.withAll
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatListFactory.ofAll
(FloatIterable items) MutableFloatListFactory.ofAll
(FloatIterable items) ImmutableFloatListFactory.withAll
(FloatIterable items) MutableFloatListFactory.withAll
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatSetFactory.ofAll
(FloatIterable items) MutableFloatSetFactory.ofAll
(FloatIterable items) ImmutableFloatSetFactory.withAll
(FloatIterable items) MutableFloatSetFactory.withAll
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.factory.stack.primitive
Methods in org.eclipse.collections.api.factory.stack.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatStackFactory.ofAll
(FloatIterable items) MutableFloatStackFactory.ofAll
(FloatIterable items) ImmutableFloatStackFactory.ofAllReversed
(FloatIterable items) MutableFloatStackFactory.ofAllReversed
(FloatIterable items) ImmutableFloatStackFactory.withAll
(FloatIterable items) MutableFloatStackFactory.withAll
(FloatIterable items) ImmutableFloatStackFactory.withAllReversed
(FloatIterable items) MutableFloatStackFactory.withAllReversed
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.api.list.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.list.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveList.stg.interface
This file was automatically generated from template file immutablePrimitiveList.stg.interface
This file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
MutableFloatList.addAllAtIndex
(int index, FloatIterable source) ImmutableFloatList.newWithAll
(FloatIterable elements) ImmutableFloatList.newWithoutAll
(FloatIterable elements) MutableFloatList.withAll
(FloatIterable elements) MutableFloatList.withoutAll
(FloatIterable elements) default ListIterable
<FloatFloatPair> FloatList.zipFloat
(FloatIterable iterable) Returns aListIterable
formed from thisFloatList
and anotherFloatList
by combining corresponding elements in pairs.default ImmutableList
<FloatFloatPair> ImmutableFloatList.zipFloat
(FloatIterable iterable) Returns anImmutableList
formed from thisImmutableFloatList
and anotherFloatList
by combining corresponding elements in pairs.default MutableList
<FloatFloatPair> MutableFloatList.zipFloat
(FloatIterable iterable) Returns aMutableList
formed from thisMutableFloatList
and anotherFloatList
by combining corresponding elements in pairs. -
Uses of FloatIterable in org.eclipse.collections.api.map.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.map.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitiveValuesMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.interface
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interface
This file was automatically generated from template file objectPrimitiveMap.stg.interface
This file was automatically generated from template file primitivePrimitiveMap.stg.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatBooleanMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatByteMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatCharMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatDoubleMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatFloatMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatIntMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatLongMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatObjectMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.ImmutableFloatShortMap.newWithoutAllKeys
(FloatIterable keys) Copy this map, remove any associated values with the specified keys (if any exist), and return the copy as a new immutable map.MutableFloatBooleanMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatByteMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatCharMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatDoubleMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatFloatMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatIntMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatLongMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatObjectMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map.MutableFloatShortMap.withoutAllKeys
(FloatIterable keys) Removes the mappings associated with all the keys, if they exist, from this map. -
Uses of FloatIterable in org.eclipse.collections.api.ordered.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.ordered.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file orderedPrimitiveIterable.stg.interface
This file was automatically generated from template file reversiblePrimitiveIterable.stg. -
Uses of FloatIterable in org.eclipse.collections.api.set.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveSet.stg.interface
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
This file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatSet.newWithAll
(FloatIterable elements) ImmutableFloatSet.newWithoutAll
(FloatIterable elements) MutableFloatSet.withAll
(FloatIterable elements) MutableFloatSet.withoutAll
(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.api.stack.primitive
Subinterfaces of FloatIterable in org.eclipse.collections.api.stack.primitiveModifier and TypeInterfaceDescriptioninterface
This file was automatically generated from template file primitiveStack.stg.interface
This file was automatically generated from template file immutablePrimitiveStack.stg.interface
This file was automatically generated from template file mutablePrimitiveStack.stg. -
Uses of FloatIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return FloatIterableModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectFloat
(FloatFunction<? super T> floatFunction) Method parameters in org.eclipse.collections.impl with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RUnmodifiableRichIterable.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bag
Method parameters in org.eclipse.collections.impl.bag with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractBag.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bag.immutable.primitive
Classes in org.eclipse.collections.impl.bag.immutable.primitive that implement FloatIterableModifier 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.Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatEmptyBag.chunk
(int size) ImmutableFloatHashBag.chunk
(int size) ImmutableFloatSingletonBag.chunk
(int size) Methods in org.eclipse.collections.impl.bag.immutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
ImmutableFloatEmptyBag.containsAll
(FloatIterable source) boolean
ImmutableFloatHashBag.containsAll
(FloatIterable source) boolean
ImmutableFloatSingletonBag.containsAll
(FloatIterable source) ImmutableFloatEmptyBag.newWithAll
(FloatIterable elements) ImmutableFloatHashBag.newWithAll
(FloatIterable elements) ImmutableFloatSingletonBag.newWithAll
(FloatIterable elements) ImmutableFloatEmptyBag.newWithoutAll
(FloatIterable elements) ImmutableFloatHashBag.newWithoutAll
(FloatIterable elements) ImmutableFloatSingletonBag.newWithoutAll
(FloatIterable elements) ImmutableFloatBagFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatBagFactoryImpl.withAll
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
FloatHashBag is similar toHashBag
, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatBag
.class
This file was automatically generated from template file unmodifiablePrimitiveBag.stg.Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type FloatIterableMethods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
FloatHashBag.addAll
(FloatIterable source) static FloatHashBag
FloatHashBag.newBag
(FloatIterable source) MutableFloatBagFactoryImpl.ofAll
(FloatIterable items) boolean
FloatHashBag.removeAll
(FloatIterable source) boolean
FloatHashBag.retainAll
(FloatIterable source) FloatHashBag.withAll
(FloatIterable iterable) MutableFloatBagFactoryImpl.withAll
(FloatIterable items) SynchronizedFloatBag.withAll
(FloatIterable elements) UnmodifiableFloatBag.withAll
(FloatIterable elements) FloatHashBag.withoutAll
(FloatIterable iterable) SynchronizedFloatBag.withoutAll
(FloatIterable elements) UnmodifiableFloatBag.withoutAll
(FloatIterable elements) Constructors in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type FloatIterable -
Uses of FloatIterable in org.eclipse.collections.impl.bimap
Method parameters in org.eclipse.collections.impl.bimap with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractBiMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable that return FloatIterableModifier and TypeMethodDescriptionUnmodifiableBiMap.collectFloat
(FloatFunction<? super V> floatFunction) Method parameters in org.eclipse.collections.impl.bimap.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RUnmodifiableBiMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection that return FloatIterableModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectFloat
(FloatFunction<? super T> floatFunction) Method parameters in org.eclipse.collections.impl.collection with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractSynchronizedRichIterable.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection.mutable
Method parameters in org.eclipse.collections.impl.collection.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) final <R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RAbstractUnmodifiableMutableCollection.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.class
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.class
This file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionAbstractSynchronizedFloatCollection.chunk
(int size) AbstractUnmodifiableFloatCollection.chunk
(int size) Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
AbstractSynchronizedFloatCollection.addAll
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.addAll
(FloatIterable source) boolean
AbstractSynchronizedFloatCollection.containsAll
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.containsAll
(FloatIterable source) boolean
AbstractSynchronizedFloatCollection.containsAny
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.containsAny
(FloatIterable source) boolean
AbstractSynchronizedFloatCollection.containsNone
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.containsNone
(FloatIterable source) boolean
AbstractSynchronizedFloatCollection.removeAll
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.removeAll
(FloatIterable source) boolean
AbstractSynchronizedFloatCollection.retainAll
(FloatIterable source) boolean
AbstractUnmodifiableFloatCollection.retainAll
(FloatIterable source) AbstractSynchronizedFloatCollection.withAll
(FloatIterable elements) AbstractUnmodifiableFloatCollection.withAll
(FloatIterable elements) AbstractSynchronizedFloatCollection.withoutAll
(FloatIterable elements) AbstractUnmodifiableFloatCollection.withoutAll
(FloatIterable elements) -
Uses of FloatIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Fields in org.eclipse.collections.impl.lazy.primitive declared as FloatIterableModifier and TypeFieldDescriptionprivate final FloatIterable
ChunkFloatIterable.adapted
private final FloatIterable
TapFloatIterable.adapted
private final FloatIterable
LazyFloatIterableAdapter.delegate
private final FloatIterable
SelectFloatIterable.delegate
private final FloatIterable
CollectFloatToBooleanIterable.iterable
private final FloatIterable
CollectFloatToByteIterable.iterable
private final FloatIterable
CollectFloatToCharIterable.iterable
private final FloatIterable
CollectFloatToDoubleIterable.iterable
private final FloatIterable
CollectFloatToFloatIterable.iterable
private final FloatIterable
CollectFloatToIntIterable.iterable
private final FloatIterable
CollectFloatToLongIterable.iterable
private final FloatIterable
CollectFloatToObjectIterable.iterable
private final FloatIterable
CollectFloatToShortIterable.iterable
private final FloatIterable
FlatCollectFloatToObjectIterable.iterable
Methods in org.eclipse.collections.impl.lazy.primitive that return FloatIterableMethods in org.eclipse.collections.impl.lazy.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionAbstractLazyFloatIterable.chunk
(int size) ChunkFloatIterable.iterator()
Methods in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
AbstractLazyFloatIterable.containsAll
(FloatIterable source) boolean
CollectFloatIterable.containsAll
(FloatIterable source) boolean
LazyFloatIterableAdapter.containsAll
(FloatIterable source) boolean
ReverseFloatIterable.containsAll
(FloatIterable source) boolean
SelectFloatIterable.containsAll
(FloatIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type FloatIterableModifier and TypeMethodDescriptionvoid
ChunkFloatIterable.each
(Procedure<? super FloatIterable> procedure) Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatIterableModifierConstructorDescriptionChunkFloatIterable
(FloatIterable delegate, int size) ChunkFloatIterator
(FloatIterable iterable, int size) CollectFloatToBooleanIterable
(FloatIterable iterable, FloatToBooleanFunction function) CollectFloatToByteIterable
(FloatIterable iterable, FloatToByteFunction function) CollectFloatToCharIterable
(FloatIterable iterable, FloatToCharFunction function) CollectFloatToDoubleIterable
(FloatIterable iterable, FloatToDoubleFunction function) CollectFloatToFloatIterable
(FloatIterable iterable, FloatToFloatFunction function) CollectFloatToIntIterable
(FloatIterable iterable, FloatToIntFunction function) CollectFloatToLongIterable
(FloatIterable iterable, FloatToLongFunction function) CollectFloatToObjectIterable
(FloatIterable iterable, FloatToObjectFunction<? extends V> function) CollectFloatToShortIterable
(FloatIterable iterable, FloatToShortFunction function) FlatCollectFloatIterator
(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> newFunction) FlatCollectFloatToObjectIterable
(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> function) LazyFloatIterableAdapter
(FloatIterable delegate) SelectFloatIterable
(FloatIterable delegate, FloatPredicate predicate) private
SelectFloatIterator
(FloatIterable iterable, FloatPredicate predicate) TapFloatIterable
(FloatIterable delegate, FloatProcedure procedure) TapFloatIterator
(FloatIterable iterable, FloatProcedure procedure) -
Uses of FloatIterable in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement FloatIterableModifier 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.Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatArrayList.chunk
(int size) ImmutableFloatEmptyList.chunk
(int size) ImmutableFloatSingletonList.chunk
(int size) Methods in org.eclipse.collections.impl.list.immutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
ImmutableFloatArrayList.containsAll
(FloatIterable source) boolean
ImmutableFloatEmptyList.containsAll
(FloatIterable source) boolean
ImmutableFloatSingletonList.containsAll
(FloatIterable source) static ImmutableFloatArrayList
ImmutableFloatArrayList.newList
(FloatIterable iterable) ImmutableFloatArrayList.newWithAll
(FloatIterable elements) ImmutableFloatEmptyList.newWithAll
(FloatIterable elements) ImmutableFloatSingletonList.newWithAll
(FloatIterable elements) ImmutableFloatArrayList.newWithoutAll
(FloatIterable elements) ImmutableFloatEmptyList.newWithoutAll
(FloatIterable elements) ImmutableFloatSingletonList.newWithoutAll
(FloatIterable elements) ImmutableFloatListFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatListFactoryImpl.withAll
(FloatIterable items) ImmutableFloatArrayList.zipFloat
(FloatIterable iterable) ImmutableFloatEmptyList.zipFloat
(FloatIterable iterable) ImmutableFloatSingletonList.zipFloat
(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.list.mutable
Method parameters in org.eclipse.collections.impl.list.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RFastList.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
FloatArrayList is similar to FastList, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatList
.class
This file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type FloatIterableMethods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
FloatArrayList.addAll
(FloatIterable source) boolean
FloatArrayList.addAllAtIndex
(int index, FloatIterable source) boolean
SynchronizedFloatList.addAllAtIndex
(int index, FloatIterable source) boolean
UnmodifiableFloatList.addAllAtIndex
(int index, FloatIterable source) static FloatArrayList
FloatArrayList.newList
(FloatIterable source) MutableFloatListFactoryImpl.ofAll
(FloatIterable items) boolean
FloatArrayList.removeAll
(FloatIterable source) boolean
FloatArrayList.retainAll
(FloatIterable source) FloatArrayList.withAll
(FloatIterable elements) MutableFloatListFactoryImpl.withAll
(FloatIterable items) SynchronizedFloatList.withAll
(FloatIterable elements) UnmodifiableFloatList.withAll
(FloatIterable elements) FloatArrayList.withoutAll
(FloatIterable elements) SynchronizedFloatList.withoutAll
(FloatIterable elements) UnmodifiableFloatList.withoutAll
(FloatIterable elements) FloatArrayList.zipFloat
(FloatIterable iterable) SynchronizedFloatList.zipFloat
(FloatIterable iterable) UnmodifiableFloatList.zipFloat
(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.map.immutable.primitive
Classes in org.eclipse.collections.impl.map.immutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final class
ImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMap
of size 0.(package private) final class
ImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap
.(package private) final class
ImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMap
of size 1.(package private) final class
ImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMap
of size 0.(package private) final class
ImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap
.(package private) final class
ImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMap
of size 1.(package private) final class
ImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMap
of size 0.(package private) final class
ImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap
.(package private) final class
ImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMap
of size 1.(package private) final class
ImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMap
of size 0.(package private) final class
ImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap
.(package private) final class
ImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMap
of size 1.(package private) final class
ImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMap
of size 0.(package private) final class
ImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap
.(package private) final class
ImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMap
of size 1.(package private) final class
ImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMap
of size 0.(package private) final class
ImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap
.(package private) final class
ImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMap
of size 1.(package private) final class
ImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMap
of size 0.(package private) final class
ImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap
.(package private) final class
ImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMap
of size 1.(package private) final class
ImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMap
of size 0.(package private) final class
ImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap
.(package private) final class
ImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMap
of size 1.Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionImmutableByteFloatEmptyMap.chunk
(int size) ImmutableByteFloatHashMap.chunk
(int size) ImmutableByteFloatSingletonMap.chunk
(int size) ImmutableCharFloatEmptyMap.chunk
(int size) ImmutableCharFloatHashMap.chunk
(int size) ImmutableCharFloatSingletonMap.chunk
(int size) ImmutableDoubleFloatEmptyMap.chunk
(int size) ImmutableDoubleFloatHashMap.chunk
(int size) ImmutableDoubleFloatSingletonMap.chunk
(int size) ImmutableFloatFloatEmptyMap.chunk
(int size) ImmutableFloatFloatHashMap.chunk
(int size) ImmutableFloatFloatSingletonMap.chunk
(int size) ImmutableIntFloatEmptyMap.chunk
(int size) ImmutableIntFloatHashMap.chunk
(int size) ImmutableIntFloatSingletonMap.chunk
(int size) ImmutableLongFloatEmptyMap.chunk
(int size) ImmutableLongFloatHashMap.chunk
(int size) ImmutableLongFloatSingletonMap.chunk
(int size) ImmutableObjectFloatEmptyMap.chunk
(int size) ImmutableObjectFloatHashMap.chunk
(int size) ImmutableObjectFloatSingletonMap.chunk
(int size) ImmutableShortFloatEmptyMap.chunk
(int size) ImmutableShortFloatHashMap.chunk
(int size) ImmutableShortFloatSingletonMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
ImmutableByteFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableByteFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableByteFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableCharFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableCharFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableCharFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableDoubleFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableDoubleFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableDoubleFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableFloatFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableFloatFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableFloatFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableIntFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableIntFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableIntFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableLongFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableLongFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableLongFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableObjectFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableObjectFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableObjectFloatSingletonMap.containsAll
(FloatIterable source) boolean
ImmutableShortFloatEmptyMap.containsAll
(FloatIterable source) boolean
ImmutableShortFloatHashMap.containsAll
(FloatIterable source) boolean
ImmutableShortFloatSingletonMap.containsAll
(FloatIterable source) ImmutableFloatBooleanEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatBooleanHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatBooleanSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatByteEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatByteHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatByteSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatCharEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatCharHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatCharSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatDoubleEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatDoubleHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatDoubleSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatFloatEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatFloatHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatFloatSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatIntEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatIntHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatIntSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatLongEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatLongHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatLongSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatObjectEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatObjectHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatObjectSingletonMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatShortEmptyMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatShortHashMap.newWithoutAllKeys
(FloatIterable keys) ImmutableFloatShortSingletonMap.newWithoutAllKeys
(FloatIterable keys) Method parameters in org.eclipse.collections.impl.map.immutable.primitive with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RImmutableByteObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableCharObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableDoubleObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableFloatObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableIntObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableLongObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RImmutableShortObjectEmptyMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.mutable
Method parameters in org.eclipse.collections.impl.map.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RUnmodifiableMutableMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.class
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
private class
(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.stgclass
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMap.stg.private class
class
This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private class
class
This file was automatically generated from template file primitivePrimitiveHashMap.stg.private class
class
A synchronized view of aMutableByteFloatMap
.class
A synchronized view of aMutableCharFloatMap
.class
A synchronized view of aMutableDoubleFloatMap
.class
A synchronized view of aMutableFloatFloatMap
.class
A synchronized view of aMutableIntFloatMap
.class
A synchronized view of aMutableLongFloatMap
.class
A synchronized view of aMutableObjectFloatMap
.class
A synchronized view of aMutableShortFloatMap
.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.class
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.class
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionAbstractMutableFloatKeySet.chunk
(int size) AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.chunk
(int size) AbstractMutableFloatValuesMap.chunk
(int size) ObjectFloatHashMap.chunk
(int size) ObjectFloatHashMap.ValuesCollection.chunk
(int size) ObjectFloatHashMapWithHashingStrategy.chunk
(int size) ObjectFloatHashMapWithHashingStrategy.ValuesCollection.chunk
(int size) SynchronizedByteFloatMap.chunk
(int size) SynchronizedCharFloatMap.chunk
(int size) SynchronizedDoubleFloatMap.chunk
(int size) SynchronizedFloatFloatMap.chunk
(int size) SynchronizedIntFloatMap.chunk
(int size) SynchronizedLongFloatMap.chunk
(int size) SynchronizedObjectFloatMap.chunk
(int size) SynchronizedShortFloatMap.chunk
(int size) UnmodifiableByteFloatMap.chunk
(int size) UnmodifiableCharFloatMap.chunk
(int size) UnmodifiableDoubleFloatMap.chunk
(int size) UnmodifiableFloatFloatMap.chunk
(int size) UnmodifiableIntFloatMap.chunk
(int size) UnmodifiableLongFloatMap.chunk
(int size) UnmodifiableObjectFloatMap.chunk
(int size) UnmodifiableShortFloatMap.chunk
(int size) Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
AbstractMutableFloatKeySet.addAll
(FloatIterable source) boolean
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.addAll
(FloatIterable source) boolean
ObjectFloatHashMap.ValuesCollection.addAll
(FloatIterable source) boolean
ObjectFloatHashMapWithHashingStrategy.ValuesCollection.addAll
(FloatIterable source) boolean
AbstractMutableFloatKeySet.containsAll
(FloatIterable source) boolean
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.containsAll
(FloatIterable source) boolean
AbstractMutableFloatValuesMap.containsAll
(FloatIterable source) boolean
FloatBooleanHashMap.KeysView.containsAll
(FloatIterable source) boolean
ObjectFloatHashMap.containsAll
(FloatIterable source) boolean
ObjectFloatHashMap.ValuesCollection.containsAll
(FloatIterable source) boolean
ObjectFloatHashMapWithHashingStrategy.containsAll
(FloatIterable source) boolean
ObjectFloatHashMapWithHashingStrategy.ValuesCollection.containsAll
(FloatIterable source) boolean
SynchronizedByteFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedCharFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedDoubleFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedFloatFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedIntFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedLongFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedObjectFloatMap.containsAll
(FloatIterable source) boolean
SynchronizedShortFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableByteFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableCharFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableDoubleFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableFloatFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableIntFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableLongFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableObjectFloatMap.containsAll
(FloatIterable source) boolean
UnmodifiableShortFloatMap.containsAll
(FloatIterable source) boolean
AbstractMutableFloatKeySet.removeAll
(FloatIterable source) boolean
AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.removeAll
(FloatIterable source) boolean
ObjectFloatHashMap.ValuesCollection.removeAll
(FloatIterable source) boolean
ObjectFloatHashMapWithHashingStrategy.ValuesCollection.removeAll
(FloatIterable source) boolean
ByteFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
CharFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
DoubleFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
FloatBooleanHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatByteHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatCharHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatDoubleHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatFloatHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
FloatIntHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatLongHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatObjectHashMap.KeySet.retainAll
(FloatIterable source) boolean
FloatShortHashMap.KeySet.retainAll
(FloatIterable source) boolean
IntFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
LongFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
ObjectFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) boolean
ObjectFloatHashMapWithHashingStrategy.ValuesCollection.retainAll
(FloatIterable source) boolean
ShortFloatHashMap.ValuesCollection.retainAll
(FloatIterable source) AbstractMutableFloatKeySet.withAll
(FloatIterable elements) AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.withAll
(FloatIterable elements) ObjectFloatHashMap.ValuesCollection.withAll
(FloatIterable elements) ObjectFloatHashMapWithHashingStrategy.ValuesCollection.withAll
(FloatIterable elements) AbstractMutableFloatKeySet.withoutAll
(FloatIterable elements) AbstractMutableFloatValuesMap.AbstractFloatValuesCollection.withoutAll
(FloatIterable elements) ObjectFloatHashMap.ValuesCollection.withoutAll
(FloatIterable elements) ObjectFloatHashMapWithHashingStrategy.ValuesCollection.withoutAll
(FloatIterable elements) FloatBooleanHashMap.withoutAllKeys
(FloatIterable keys) FloatByteHashMap.withoutAllKeys
(FloatIterable keys) FloatCharHashMap.withoutAllKeys
(FloatIterable keys) FloatDoubleHashMap.withoutAllKeys
(FloatIterable keys) FloatFloatHashMap.withoutAllKeys
(FloatIterable keys) FloatIntHashMap.withoutAllKeys
(FloatIterable keys) FloatLongHashMap.withoutAllKeys
(FloatIterable keys) FloatObjectHashMap.withoutAllKeys
(FloatIterable keys) FloatShortHashMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatBooleanMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatByteMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatCharMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatDoubleMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatFloatMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatIntMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatLongMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatObjectMap.withoutAllKeys
(FloatIterable keys) SynchronizedFloatShortMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatBooleanMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatByteMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatCharMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatDoubleMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatFloatMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatIntMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatLongMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatObjectMap.withoutAllKeys
(FloatIterable keys) UnmodifiableFloatShortMap.withoutAllKeys
(FloatIterable keys) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RSynchronizedByteObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedCharObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedDoubleObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedFloatObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedIntObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedLongObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedShortObjectMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.ordered.mutable
Method parameters in org.eclipse.collections.impl.map.ordered.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RUnmodifiableMutableOrderedMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.map.sorted.mutable
Method parameters in org.eclipse.collections.impl.map.sorted.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RUnmodifiableTreeMap.flatCollectFloat
(Function<? super V, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.primitive
Classes in org.eclipse.collections.impl.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveIterable.stg.class
A synchronized view of a FloatIterable.Fields in org.eclipse.collections.impl.primitive declared as FloatIterableMethods in org.eclipse.collections.impl.primitive that return FloatIterableModifier and TypeMethodDescriptionSynchronizedFloatIterable.reject
(FloatPredicate predicate) SynchronizedFloatIterable.select
(FloatPredicate predicate) Methods in org.eclipse.collections.impl.primitive that return types with arguments of type FloatIterableMethods in org.eclipse.collections.impl.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
SynchronizedFloatIterable.containsAll
(FloatIterable source) boolean
SynchronizedFloatIterable.containsAny
(FloatIterable source) boolean
SynchronizedFloatIterable.containsNone
(FloatIterable source) static SynchronizedFloatIterable
SynchronizedFloatIterable.of
(FloatIterable iterable) This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.static SynchronizedFloatIterable
SynchronizedFloatIterable.of
(FloatIterable iterable, Object lock) This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.Constructors in org.eclipse.collections.impl.primitive with parameters of type FloatIterableModifierConstructorDescriptionprotected
SynchronizedFloatIterable
(FloatIterable iterable) protected
SynchronizedFloatIterable
(FloatIterable iterable, Object newLock) -
Uses of FloatIterable in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement FloatIterableModifier 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.Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionAbstractImmutableFloatSet.chunk
(int size) ImmutableFloatEmptySet.chunk
(int size) ImmutableFloatSingletonSet.chunk
(int size) Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
ImmutableFloatEmptySet.containsAll
(FloatIterable source) boolean
ImmutableFloatSingletonSet.containsAll
(FloatIterable source) AbstractImmutableFloatSet.newWithAll
(FloatIterable elements) ImmutableFloatEmptySet.newWithAll
(FloatIterable elements) ImmutableFloatSingletonSet.newWithAll
(FloatIterable elements) AbstractImmutableFloatSet.newWithoutAll
(FloatIterable elements) ImmutableFloatEmptySet.newWithoutAll
(FloatIterable elements) ImmutableFloatSingletonSet.newWithoutAll
(FloatIterable elements) ImmutableFloatSetFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatSetFactoryImpl.withAll
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.private static final class
class
A synchronized view of aMutableFloatSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type FloatIterableMethods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
FloatHashSet.addAll
(FloatIterable source) static FloatHashSet
FloatHashSet.newSet
(FloatIterable source) MutableFloatSetFactoryImpl.ofAll
(FloatIterable items) boolean
FloatHashSet.removeAll
(FloatIterable source) boolean
FloatHashSet.retainAll
(FloatIterable source) FloatHashSet.withAll
(FloatIterable elements) MutableFloatSetFactoryImpl.withAll
(FloatIterable items) SynchronizedFloatSet.withAll
(FloatIterable elements) UnmodifiableFloatSet.withAll
(FloatIterable elements) FloatHashSet.withoutAll
(FloatIterable elements) SynchronizedFloatSet.withoutAll
(FloatIterable elements) UnmodifiableFloatSet.withoutAll
(FloatIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatIterable -
Uses of FloatIterable in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveSet.stg. -
Uses of FloatIterable in org.eclipse.collections.impl.stack.immutable
Method parameters in org.eclipse.collections.impl.stack.immutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RImmutableArrayStack.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) Deprecated.<R extends MutableFloatCollection>
RImmutableEmptyStack.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.immutable.primitive
Classes in org.eclipse.collections.impl.stack.immutable.primitive that implement FloatIterableModifier and TypeClassDescription(package private) final class
ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack
.(package private) final class
ImmutableFloatEmptyStack is an optimization forImmutableFloatStack
of size 0.(package private) final class
ImmutableFloatSingletonStack is an optimization forImmutableFloatStack
of size 1.Methods in org.eclipse.collections.impl.stack.immutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionImmutableFloatEmptyStack.chunk
(int size) ImmutableFloatSingletonStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
ImmutableFloatEmptyStack.containsAll
(FloatIterable source) boolean
ImmutableFloatSingletonStack.containsAll
(FloatIterable source) static ImmutableFloatArrayStack
ImmutableFloatArrayStack.newStack
(FloatIterable iterable) static ImmutableFloatArrayStack
ImmutableFloatArrayStack.newStackFromTopToBottom
(FloatIterable items) ImmutableFloatStackFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatStackFactoryImpl.ofAllReversed
(FloatIterable items) ImmutableFloatStackFactoryImpl.withAll
(FloatIterable items) ImmutableFloatStackFactoryImpl.withAllReversed
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.mutable
Method parameters in org.eclipse.collections.impl.stack.mutable with type arguments of type FloatIterableModifier and TypeMethodDescription<R extends MutableFloatCollection>
RArrayStack.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RSynchronizedStack.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) <R extends MutableFloatCollection>
RUnmodifiableStack.flatCollectFloat
(Function<? super T, ? extends FloatIterable> function, R target) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.mutable.primitive
Classes in org.eclipse.collections.impl.stack.mutable.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
FloatArrayStack is similar toArrayStack
, and is memory-optimized for float primitives.class
A synchronized view of aMutableFloatStack
.class
This file was automatically generated from template file unmodifiablePrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.mutable.primitive that return types with arguments of type FloatIterableModifier and TypeMethodDescriptionSynchronizedFloatStack.chunk
(int size) UnmodifiableFloatStack.chunk
(int size) Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionboolean
SynchronizedFloatStack.containsAll
(FloatIterable source) boolean
UnmodifiableFloatStack.containsAll
(FloatIterable source) static FloatArrayStack
FloatArrayStack.newStack
(FloatIterable items) static FloatArrayStack
FloatArrayStack.newStackFromTopToBottom
(FloatIterable items) MutableFloatStackFactoryImpl.ofAll
(FloatIterable items) MutableFloatStackFactoryImpl.ofAllReversed
(FloatIterable items) MutableFloatStackFactoryImpl.withAll
(FloatIterable items) MutableFloatStackFactoryImpl.withAllReversed
(FloatIterable items) -
Uses of FloatIterable in org.eclipse.collections.impl.stack.primitive
Classes in org.eclipse.collections.impl.stack.primitive that implement FloatIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractPrimitiveStack.stg.Methods in org.eclipse.collections.impl.stack.primitive that return types with arguments of type FloatIterableMethods in org.eclipse.collections.impl.stack.primitive with parameters of type FloatIterable -
Uses of FloatIterable in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionstatic boolean
FloatIterableIterate.allSatisfy
(FloatIterable iterable, FloatPredicate predicate) static boolean
FloatIterableIterate.anySatisfy
(FloatIterable iterable, FloatPredicate predicate) static void
FloatIterableIterate.appendString
(FloatIterable iterable, Appendable appendable, String start, String separator, String end) static <V,
R extends Collection<V>>
RFloatIterableIterate.collect
(FloatIterable iterable, FloatToObjectFunction<? extends V> function, R targetCollection) static int
FloatIterableIterate.count
(FloatIterable iterable, FloatPredicate predicate) static float
FloatIterableIterate.detectIfNone
(FloatIterable iterable, FloatPredicate predicate, float ifNone) static void
FloatIterableIterate.forEach
(FloatIterable iterable, FloatProcedure procedure) static <T> T
FloatIterableIterate.injectInto
(FloatIterable iterable, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) static boolean
FloatIterableIterate.isEmpty
(FloatIterable iterable) static float
FloatIterableIterate.max
(FloatIterable iterable) static float
FloatIterableIterate.maxIfEmpty
(FloatIterable iterable, float ifEmpty) static float
FloatIterableIterate.min
(FloatIterable iterable) static float
FloatIterableIterate.minIfEmpty
(FloatIterable iterable, float ifEmpty) static boolean
FloatIterableIterate.noneSatisfy
(FloatIterable iterable, FloatPredicate predicate) static boolean
FloatIterableIterate.notEmpty
(FloatIterable iterable) static <R extends MutableFloatCollection>
RFloatIterableIterate.reject
(FloatIterable iterable, FloatPredicate predicate, R targetCollection) static <R extends MutableFloatCollection>
RFloatIterableIterate.select
(FloatIterable iterable, FloatPredicate predicate, R targetCollection) private static <T> String
FloatIterableIterate.stringValueOfItem
(FloatIterable iterable, T item) static double
FloatIterableIterate.sum
(FloatIterable iterable) -
Uses of FloatIterable in org.eclipse.collections.impl.utility.primitive
Methods in org.eclipse.collections.impl.utility.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionstatic LazyFloatIterable
LazyFloatIterate.adapt
(FloatIterable iterable) Creates a deferred float iterable for the specified float iterable.static <V> LazyIterable
<V> LazyFloatIterate.collect
(FloatIterable iterable, FloatToObjectFunction<? extends V> function) Creates a deferred transforming float iterable for the specified float iterable.static <V> LazyIterable
<V> LazyFloatIterate.collectIf
(FloatIterable iterable, FloatPredicate predicate, FloatToObjectFunction<? extends V> function) Creates a deferred filtering and transforming float iterable for the specified float iterable.static <V> LazyIterable
<V> LazyFloatIterate.flatCollect
(FloatIterable iterable, FloatToObjectFunction<? extends Iterable<V>> function) Creates a deferred transforming and flattening float iterable for the specified float iterable.static LazyFloatIterable
LazyFloatIterate.select
(FloatIterable iterable, FloatPredicate predicate) Creates a deferred filtering float iterable for the specified float iterable.static LazyFloatIterable
LazyFloatIterate.tap
(FloatIterable iterable, FloatProcedure procedure) Creates a deferred tap iterable for the specified iterable.