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 TypeInterfaceDescriptioninterfaceThis 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 primitivefloatiterable 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 FloatIterableFloatIterable.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 booleanFloatIterable.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 booleanFloatIterable.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 booleanFloatIterable.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveBag.stg.interfaceThis file was automatically generated from template file immutablePrimitiveBag.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveCollection.stg.interfaceThis file was automatically generated from template file mutablePrimitiveCollection.stg.Methods in org.eclipse.collections.api.collection.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionbooleanMutableFloatCollection.addAll(FloatIterable source) ImmutableFloatCollection.newWithAll(FloatIterable elements) ImmutableFloatCollection.newWithoutAll(FloatIterable elements) booleanMutableFloatCollection.removeAll(FloatIterable source) booleanMutableFloatCollection.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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveList.stg.interfaceThis file was automatically generated from template file immutablePrimitiveList.stg.interfaceThis file was automatically generated from template file mutablePrimitiveList.stg.Methods in org.eclipse.collections.api.list.primitive with parameters of type FloatIterableModifier and TypeMethodDescriptionbooleanMutableFloatList.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 aListIterableformed from thisFloatListand anotherFloatListby combining corresponding elements in pairs.default ImmutableList<FloatFloatPair> ImmutableFloatList.zipFloat(FloatIterable iterable) Returns anImmutableListformed from thisImmutableFloatListand anotherFloatListby combining corresponding elements in pairs.default MutableList<FloatFloatPair> MutableFloatList.zipFloat(FloatIterable iterable) Returns aMutableListformed from thisMutableFloatListand anotherFloatListby 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitiveValuesMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file immutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file primitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitiveValuesMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file mutableObjectPrimitiveMap.stg.interfaceThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.interfaceThis file was automatically generated from template file objectPrimitiveMap.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file orderedPrimitiveIterable.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveSet.stg.interfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis 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 TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file primitiveStack.stg.interfaceThis file was automatically generated from template file immutablePrimitiveStack.stg.interfaceThis 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 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.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 TypeMethodDescriptionbooleanImmutableFloatEmptyBag.containsAll(FloatIterable source) booleanImmutableFloatHashBag.containsAll(FloatIterable source) booleanImmutableFloatSingletonBag.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 TypeClassDescriptionclassFloatHashBag is similar toHashBag, and is memory-optimized for float primitives.classA synchronized view of aMutableFloatBag.classThis 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 TypeMethodDescriptionbooleanFloatHashBag.addAll(FloatIterable source) static FloatHashBagFloatHashBag.newBag(FloatIterable source) MutableFloatBagFactoryImpl.ofAll(FloatIterable items) booleanFloatHashBag.removeAll(FloatIterable source) booleanFloatHashBag.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classThis 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 TypeMethodDescriptionbooleanAbstractSynchronizedFloatCollection.addAll(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.addAll(FloatIterable source) booleanAbstractSynchronizedFloatCollection.containsAll(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.containsAll(FloatIterable source) booleanAbstractSynchronizedFloatCollection.containsAny(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.containsAny(FloatIterable source) booleanAbstractSynchronizedFloatCollection.containsNone(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.containsNone(FloatIterable source) booleanAbstractSynchronizedFloatCollection.removeAll(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.removeAll(FloatIterable source) booleanAbstractSynchronizedFloatCollection.retainAll(FloatIterable source) booleanAbstractUnmodifiableFloatCollection.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classThis file was automatically generated from template file reversePrimitiveIterable.stg.classThis file was automatically generated from template file selectPrimitiveIterable.stg.classThis file was automatically generated from template file tapPrimitiveIterable.stg.Subclasses with type arguments of type FloatIterable in org.eclipse.collections.impl.lazy.primitiveModifier and TypeClassDescriptionclassThis file was automatically generated from template file chunkPrimitiveIterable.stg.Classes in org.eclipse.collections.impl.lazy.primitive that implement interfaces with type arguments of type FloatIterableFields in org.eclipse.collections.impl.lazy.primitive declared as FloatIterableModifier and TypeFieldDescriptionprivate final FloatIterableChunkFloatIterable.adaptedprivate final FloatIterableTapFloatIterable.adaptedprivate final FloatIterableLazyFloatIterableAdapter.delegateprivate final FloatIterableSelectFloatIterable.delegateprivate final FloatIterableCollectFloatToBooleanIterable.iterableprivate final FloatIterableCollectFloatToByteIterable.iterableprivate final FloatIterableCollectFloatToCharIterable.iterableprivate final FloatIterableCollectFloatToDoubleIterable.iterableprivate final FloatIterableCollectFloatToFloatIterable.iterableprivate final FloatIterableCollectFloatToIntIterable.iterableprivate final FloatIterableCollectFloatToLongIterable.iterableprivate final FloatIterableCollectFloatToObjectIterable.iterableprivate final FloatIterableCollectFloatToShortIterable.iterableprivate final FloatIterableFlatCollectFloatToObjectIterable.iterableMethods 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 TypeMethodDescriptionbooleanAbstractLazyFloatIterable.containsAll(FloatIterable source) booleanCollectFloatIterable.containsAll(FloatIterable source) booleanLazyFloatIterableAdapter.containsAll(FloatIterable source) booleanReverseFloatIterable.containsAll(FloatIterable source) booleanSelectFloatIterable.containsAll(FloatIterable source) Method parameters in org.eclipse.collections.impl.lazy.primitive with type arguments of type FloatIterableModifier and TypeMethodDescriptionvoidChunkFloatIterable.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) privateSelectFloatIterator(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 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.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 TypeMethodDescriptionbooleanImmutableFloatArrayList.containsAll(FloatIterable source) booleanImmutableFloatEmptyList.containsAll(FloatIterable source) booleanImmutableFloatSingletonList.containsAll(FloatIterable source) static ImmutableFloatArrayListImmutableFloatArrayList.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 TypeClassDescriptionclassFloatArrayList is similar to FastList, and is memory-optimized for float primitives.classA synchronized view of aMutableFloatList.classThis 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 TypeMethodDescriptionbooleanFloatArrayList.addAll(FloatIterable source) booleanFloatArrayList.addAllAtIndex(int index, FloatIterable source) booleanSynchronizedFloatList.addAllAtIndex(int index, FloatIterable source) booleanUnmodifiableFloatList.addAllAtIndex(int index, FloatIterable source) static FloatArrayListFloatArrayList.newList(FloatIterable source) MutableFloatListFactoryImpl.ofAll(FloatIterable items) booleanFloatArrayList.removeAll(FloatIterable source) booleanFloatArrayList.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg.(package private) final classImmutableByteFloatEmptyMap is an optimization forImmutableByteFloatMapof size 0.(package private) final classImmutableByteFloatHashMap is the non-modifiable equivalent ofByteFloatHashMap.(package private) final classImmutableByteFloatSingletonMap is an optimization forImmutableByteFloatMapof size 1.(package private) final classImmutableCharFloatEmptyMap is an optimization forImmutableCharFloatMapof size 0.(package private) final classImmutableCharFloatHashMap is the non-modifiable equivalent ofCharFloatHashMap.(package private) final classImmutableCharFloatSingletonMap is an optimization forImmutableCharFloatMapof size 1.(package private) final classImmutableDoubleFloatEmptyMap is an optimization forImmutableDoubleFloatMapof size 0.(package private) final classImmutableDoubleFloatHashMap is the non-modifiable equivalent ofDoubleFloatHashMap.(package private) final classImmutableDoubleFloatSingletonMap is an optimization forImmutableDoubleFloatMapof size 1.(package private) final classImmutableFloatFloatEmptyMap is an optimization forImmutableFloatFloatMapof size 0.(package private) final classImmutableFloatFloatHashMap is the non-modifiable equivalent ofFloatFloatHashMap.(package private) final classImmutableFloatFloatSingletonMap is an optimization forImmutableFloatFloatMapof size 1.(package private) final classImmutableIntFloatEmptyMap is an optimization forImmutableIntFloatMapof size 0.(package private) final classImmutableIntFloatHashMap is the non-modifiable equivalent ofIntFloatHashMap.(package private) final classImmutableIntFloatSingletonMap is an optimization forImmutableIntFloatMapof size 1.(package private) final classImmutableLongFloatEmptyMap is an optimization forImmutableLongFloatMapof size 0.(package private) final classImmutableLongFloatHashMap is the non-modifiable equivalent ofLongFloatHashMap.(package private) final classImmutableLongFloatSingletonMap is an optimization forImmutableLongFloatMapof size 1.(package private) final classImmutableObjectFloatEmptyMap is an optimization forImmutableObjectFloatMapof size 0.(package private) final classImmutableObjectFloatHashMap is the non-modifiable equivalent ofObjectFloatHashMap.(package private) final classImmutableObjectFloatSingletonMap is an optimization forImmutableObjectFloatMapof size 1.(package private) final classImmutableShortFloatEmptyMap is an optimization forImmutableShortFloatMapof size 0.(package private) final classImmutableShortFloatHashMap is the non-modifiable equivalent ofShortFloatHashMap.(package private) final classImmutableShortFloatSingletonMap is an optimization forImmutableShortFloatMapof 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 TypeMethodDescriptionbooleanImmutableByteFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableByteFloatHashMap.containsAll(FloatIterable source) booleanImmutableByteFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableCharFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableCharFloatHashMap.containsAll(FloatIterable source) booleanImmutableCharFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableDoubleFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableDoubleFloatHashMap.containsAll(FloatIterable source) booleanImmutableDoubleFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableFloatFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableFloatFloatHashMap.containsAll(FloatIterable source) booleanImmutableFloatFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableIntFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableIntFloatHashMap.containsAll(FloatIterable source) booleanImmutableIntFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableLongFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableLongFloatHashMap.containsAll(FloatIterable source) booleanImmutableLongFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableObjectFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableObjectFloatHashMap.containsAll(FloatIterable source) booleanImmutableObjectFloatSingletonMap.containsAll(FloatIterable source) booleanImmutableShortFloatEmptyMap.containsAll(FloatIterable source) booleanImmutableShortFloatHashMap.containsAll(FloatIterable source) booleanImmutableShortFloatSingletonMap.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.classThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.protected classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate class(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMap.stg.private classclassThis file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg.private classclassThis file was automatically generated from template file primitivePrimitiveHashMap.stg.private classclassA synchronized view of aMutableByteFloatMap.classA synchronized view of aMutableCharFloatMap.classA synchronized view of aMutableDoubleFloatMap.classA synchronized view of aMutableFloatFloatMap.classA synchronized view of aMutableIntFloatMap.classA synchronized view of aMutableLongFloatMap.classA synchronized view of aMutableObjectFloatMap.classA synchronized view of aMutableShortFloatMap.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.classThis file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.classThis 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 TypeMethodDescriptionbooleanAbstractMutableFloatKeySet.addAll(FloatIterable source) booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection.addAll(FloatIterable source) booleanObjectFloatHashMap.ValuesCollection.addAll(FloatIterable source) booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection.addAll(FloatIterable source) booleanAbstractMutableFloatKeySet.containsAll(FloatIterable source) booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection.containsAll(FloatIterable source) booleanAbstractMutableFloatValuesMap.containsAll(FloatIterable source) booleanFloatBooleanHashMap.KeysView.containsAll(FloatIterable source) booleanObjectFloatHashMap.containsAll(FloatIterable source) booleanObjectFloatHashMap.ValuesCollection.containsAll(FloatIterable source) booleanObjectFloatHashMapWithHashingStrategy.containsAll(FloatIterable source) booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection.containsAll(FloatIterable source) booleanSynchronizedByteFloatMap.containsAll(FloatIterable source) booleanSynchronizedCharFloatMap.containsAll(FloatIterable source) booleanSynchronizedDoubleFloatMap.containsAll(FloatIterable source) booleanSynchronizedFloatFloatMap.containsAll(FloatIterable source) booleanSynchronizedIntFloatMap.containsAll(FloatIterable source) booleanSynchronizedLongFloatMap.containsAll(FloatIterable source) booleanSynchronizedObjectFloatMap.containsAll(FloatIterable source) booleanSynchronizedShortFloatMap.containsAll(FloatIterable source) booleanUnmodifiableByteFloatMap.containsAll(FloatIterable source) booleanUnmodifiableCharFloatMap.containsAll(FloatIterable source) booleanUnmodifiableDoubleFloatMap.containsAll(FloatIterable source) booleanUnmodifiableFloatFloatMap.containsAll(FloatIterable source) booleanUnmodifiableIntFloatMap.containsAll(FloatIterable source) booleanUnmodifiableLongFloatMap.containsAll(FloatIterable source) booleanUnmodifiableObjectFloatMap.containsAll(FloatIterable source) booleanUnmodifiableShortFloatMap.containsAll(FloatIterable source) booleanAbstractMutableFloatKeySet.removeAll(FloatIterable source) booleanAbstractMutableFloatValuesMap.AbstractFloatValuesCollection.removeAll(FloatIterable source) booleanObjectFloatHashMap.ValuesCollection.removeAll(FloatIterable source) booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection.removeAll(FloatIterable source) booleanByteFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanCharFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanDoubleFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanFloatBooleanHashMap.KeySet.retainAll(FloatIterable source) booleanFloatByteHashMap.KeySet.retainAll(FloatIterable source) booleanFloatCharHashMap.KeySet.retainAll(FloatIterable source) booleanFloatDoubleHashMap.KeySet.retainAll(FloatIterable source) booleanFloatFloatHashMap.KeySet.retainAll(FloatIterable source) booleanFloatFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanFloatIntHashMap.KeySet.retainAll(FloatIterable source) booleanFloatLongHashMap.KeySet.retainAll(FloatIterable source) booleanFloatObjectHashMap.KeySet.retainAll(FloatIterable source) booleanFloatShortHashMap.KeySet.retainAll(FloatIterable source) booleanIntFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanLongFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanObjectFloatHashMap.ValuesCollection.retainAll(FloatIterable source) booleanObjectFloatHashMapWithHashingStrategy.ValuesCollection.retainAll(FloatIterable source) booleanShortFloatHashMap.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 TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveIterable.stg.classA 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 TypeMethodDescriptionbooleanSynchronizedFloatIterable.containsAll(FloatIterable source) booleanSynchronizedFloatIterable.containsAny(FloatIterable source) booleanSynchronizedFloatIterable.containsNone(FloatIterable source) static SynchronizedFloatIterableSynchronizedFloatIterable.of(FloatIterable iterable) This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.static SynchronizedFloatIterableSynchronizedFloatIterable.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 FloatIterableModifierConstructorDescriptionprotectedSynchronizedFloatIterable(FloatIterable iterable) protectedSynchronizedFloatIterable(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 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.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 TypeMethodDescriptionbooleanImmutableFloatEmptySet.containsAll(FloatIterable source) booleanImmutableFloatSingletonSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.private static final classclassA synchronized view of aMutableFloatSet.classThis 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 TypeMethodDescriptionbooleanFloatHashSet.addAll(FloatIterable source) static FloatHashSetFloatHashSet.newSet(FloatIterable source) MutableFloatSetFactoryImpl.ofAll(FloatIterable items) booleanFloatHashSet.removeAll(FloatIterable source) booleanFloatHashSet.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 TypeClassDescriptionclassThis 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 classImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack.(package private) final classImmutableFloatEmptyStack is an optimization forImmutableFloatStackof size 0.(package private) final classImmutableFloatSingletonStack is an optimization forImmutableFloatStackof 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 TypeMethodDescriptionbooleanImmutableFloatEmptyStack.containsAll(FloatIterable source) booleanImmutableFloatSingletonStack.containsAll(FloatIterable source) static ImmutableFloatArrayStackImmutableFloatArrayStack.newStack(FloatIterable iterable) static ImmutableFloatArrayStackImmutableFloatArrayStack.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 TypeClassDescriptionclassFloatArrayStack is similar toArrayStack, and is memory-optimized for float primitives.classA synchronized view of aMutableFloatStack.classThis 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 TypeMethodDescriptionbooleanSynchronizedFloatStack.containsAll(FloatIterable source) booleanUnmodifiableFloatStack.containsAll(FloatIterable source) static FloatArrayStackFloatArrayStack.newStack(FloatIterable items) static FloatArrayStackFloatArrayStack.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 TypeClassDescriptionclassThis 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 booleanFloatIterableIterate.allSatisfy(FloatIterable iterable, FloatPredicate predicate) static booleanFloatIterableIterate.anySatisfy(FloatIterable iterable, FloatPredicate predicate) static voidFloatIterableIterate.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 intFloatIterableIterate.count(FloatIterable iterable, FloatPredicate predicate) static floatFloatIterableIterate.detectIfNone(FloatIterable iterable, FloatPredicate predicate, float ifNone) static voidFloatIterableIterate.forEach(FloatIterable iterable, FloatProcedure procedure) static <T> TFloatIterableIterate.injectInto(FloatIterable iterable, T injectedValue, ObjectFloatToObjectFunction<? super T, ? extends T> function) static booleanFloatIterableIterate.isEmpty(FloatIterable iterable) static floatFloatIterableIterate.max(FloatIterable iterable) static floatFloatIterableIterate.maxIfEmpty(FloatIterable iterable, float ifEmpty) static floatFloatIterableIterate.min(FloatIterable iterable) static floatFloatIterableIterate.minIfEmpty(FloatIterable iterable, float ifEmpty) static booleanFloatIterableIterate.noneSatisfy(FloatIterable iterable, FloatPredicate predicate) static booleanFloatIterableIterate.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> StringFloatIterableIterate.stringValueOfItem(FloatIterable iterable, T item) static doubleFloatIterableIterate.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 LazyFloatIterableLazyFloatIterate.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 LazyFloatIterableLazyFloatIterate.select(FloatIterable iterable, FloatPredicate predicate) Creates a deferred filtering float iterable for the specified float iterable.static LazyFloatIterableLazyFloatIterate.tap(FloatIterable iterable, FloatProcedure procedure) Creates a deferred tap iterable for the specified iterable.