Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableFloatCollection
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.collection | |
| org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.impl |
This package contains implementations for Eclipse Collections API.
|
| org.eclipse.collections.impl.bag | |
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.bimap | |
| org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap interface. |
| org.eclipse.collections.impl.block.procedure.primitive |
This package contains implementations of primitive procedures.
|
| org.eclipse.collections.impl.collection | |
| org.eclipse.collections.impl.collection.mutable |
This package contains implementations of the
MutableCollection interface. |
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.collector | |
| org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap interface. |
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.map.ordered.mutable | |
| org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack interface. |
| org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
| org.eclipse.collections.impl.utility.internal.primitive |
-
Uses of MutableFloatCollection in org.eclipse.collections.api
Methods in org.eclipse.collections.api with type parameters of type MutableFloatCollection Modifier and Type Method Description default <R extends MutableFloatCollection>
RBooleanIterable. collectFloat(BooleanToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RByteIterable. collectFloat(ByteToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RCharIterable. collectFloat(CharToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RDoubleIterable. collectFloat(DoubleToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RFloatIterable. collectFloat(FloatToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RIntIterable. collectFloat(IntToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <R extends MutableFloatCollection>
RLongIterable. collectFloat(LongToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.<R extends MutableFloatCollection>
RRichIterable. collectFloat(FloatFunction<? super T> floatFunction, R target)Same asRichIterable.collectFloat(FloatFunction), except that the results are gathered into the specifiedtargetcollection.default <R extends MutableFloatCollection>
RShortIterable. collectFloat(ShortToFloatFunction function, R target)Returns the targetMutableFloatCollectionwith the results of applying the specified function on each element of the source collection.default <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.default <R extends MutableFloatCollection>
RFloatIterable. reject(FloatPredicate predicate, R target)Same asFloatIterable.reject(FloatPredicate), only the results are added to the target MutableFloatCollection.default <R extends MutableFloatCollection>
RFloatIterable. select(FloatPredicate predicate, R target)Same asFloatIterable.select(FloatPredicate), only the results are added to the target MutableFloatCollection. -
Uses of MutableFloatCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of MutableFloatCollection in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interfaceMutableFloatBagThis file was automatically generated from template file mutablePrimitiveBag.stg. -
Uses of MutableFloatCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionMutableCollection. collectFloat(FloatFunction<? super T> floatFunction)Returns a new primitivefloatiterable with the results of applying the specified function on each element of the source collection. -
Uses of MutableFloatCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionMutableFloatCollection. asSynchronized()MutableFloatCollectionMutableFloatCollection. asUnmodifiable()default MutableFloatCollectionMutableFloatCollection. newEmpty()Creates a new empty mutable version of the same collection type.MutableFloatCollectionMutableFloatCollection. reject(FloatPredicate predicate)MutableFloatCollectionMutableFloatCollection. select(FloatPredicate predicate)default MutableFloatCollectionMutableFloatCollection. tap(FloatProcedure procedure)MutableFloatCollectionMutableFloatCollection. with(float element)MutableFloatCollectionMutableFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionMutableFloatCollection. without(float element)MutableFloatCollectionMutableFloatCollection. withoutAll(FloatIterable elements) -
Uses of MutableFloatCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of MutableFloatCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interfaceMutableFloatListThis file was automatically generated from template file mutablePrimitiveList.stg. -
Uses of MutableFloatCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionMutableObjectFloatMap. reject(FloatPredicate predicate)MutableFloatCollectionMutableObjectFloatMap. select(FloatPredicate predicate)MutableFloatCollectionFloatValuesMap. values()Returns the values in this map as a separate collection.MutableFloatCollectionObjectFloatMap. values()Returns the values in this map as a separate collection. -
Uses of MutableFloatCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of MutableFloatCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceMutableFloatSetThis file was automatically generated from template file mutablePrimitiveSet.stg. -
Uses of MutableFloatCollection in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractRichIterable. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableRichIterable. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableRichIterable. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractBag. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractBag. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.bag.mutable.primitive
Classes in org.eclipse.collections.impl.bag.mutable.primitive that implement MutableFloatCollection Modifier and Type Class Description classFloatHashBagFloatHashBag is similar toHashBag, and is memory-optimized for float primitives.classSynchronizedFloatBagA synchronized view of aMutableFloatBag.classUnmodifiableFloatBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg. -
Uses of MutableFloatCollection in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractBiMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractBiMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableBiMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableBiMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.block.procedure.primitive
Methods in org.eclipse.collections.impl.block.procedure.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionCollectFloatProcedure. getFloatCollection()Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type MutableFloatCollection Constructor Description CollectFloatProcedure(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractSynchronizedRichIterable. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractSynchronizedRichIterable. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RAbstractCollectionAdapter. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractUnmodifiableMutableCollection. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)<R extends MutableFloatCollection>
RAbstractUnmodifiableMutableCollection. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target)Methods in org.eclipse.collections.impl.collection.mutable that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionAbstractCollectionAdapter. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatCollectionAbstractSynchronizedMutableCollection. collectFloat(FloatFunction<? super T> floatFunction)MutableFloatCollectionAbstractUnmodifiableMutableCollection. collectFloat(FloatFunction<? super T> floatFunction) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.collection.mutable.primitive
Classes in org.eclipse.collections.impl.collection.mutable.primitive that implement MutableFloatCollection Modifier and Type Class Description classAbstractSynchronizedFloatCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.classAbstractUnmodifiableFloatCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.classSynchronizedFloatCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg.classUnmodifiableFloatCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg.Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionAbstractSynchronizedFloatCollection. asSynchronized()MutableFloatCollectionAbstractUnmodifiableFloatCollection. asSynchronized()MutableFloatCollectionAbstractSynchronizedFloatCollection. asUnmodifiable()MutableFloatCollectionAbstractUnmodifiableFloatCollection. asUnmodifiable()MutableFloatCollectionSynchronizedFloatCollection. newEmpty()MutableFloatCollectionUnmodifiableFloatCollection. newEmpty()MutableFloatCollectionAbstractSynchronizedFloatCollection. reject(FloatPredicate predicate)MutableFloatCollectionAbstractUnmodifiableFloatCollection. reject(FloatPredicate predicate)MutableFloatCollectionAbstractSynchronizedFloatCollection. select(FloatPredicate predicate)MutableFloatCollectionAbstractUnmodifiableFloatCollection. select(FloatPredicate predicate)MutableFloatCollectionAbstractSynchronizedFloatCollection. with(float element)MutableFloatCollectionAbstractUnmodifiableFloatCollection. with(float element)MutableFloatCollectionAbstractSynchronizedFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionAbstractUnmodifiableFloatCollection. withAll(FloatIterable elements)MutableFloatCollectionAbstractSynchronizedFloatCollection. without(float element)MutableFloatCollectionAbstractUnmodifiableFloatCollection. without(float element)MutableFloatCollectionAbstractSynchronizedFloatCollection. withoutAll(FloatIterable elements)MutableFloatCollectionAbstractUnmodifiableFloatCollection. withoutAll(FloatIterable elements)Methods in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableFloatCollection Modifier and Type Method Description static SynchronizedFloatCollectionSynchronizedFloatCollection. of(MutableFloatCollection collection)This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.static SynchronizedFloatCollectionSynchronizedFloatCollection. of(MutableFloatCollection collection, Object lock)This method will take a MutableFloatCollection and wrap it directly in a SynchronizedFloatCollection.static UnmodifiableFloatCollectionUnmodifiableFloatCollection. of(MutableFloatCollection collection)This method will take a MutableFloatCollection and wrap it directly in a UnmodifiableFloatCollection. -
Uses of MutableFloatCollection in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with type parameters of type MutableFloatCollection Modifier and Type Method Description static <T, R extends MutableFloatCollection>
Collector<T,?,R>Collectors2. collectFloat(FloatFunction<? super T> function, Supplier<R> supplier)Returns a new MutableFloatCollection with the results of applying the specified FloatFunction on each element of the source. -
Uses of MutableFloatCollection in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RFastList. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RFastList. flatCollectFloat(Function<? super T,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.list.mutable.primitive
Classes in org.eclipse.collections.impl.list.mutable.primitive that implement MutableFloatCollection Modifier and Type Class Description classFloatArrayListFloatArrayList is similar toFastList, and is memory-optimized for float primitives.classSynchronizedFloatListA synchronized view of aMutableFloatList.classUnmodifiableFloatListThis file was automatically generated from template file unmodifiablePrimitiveList.stg.Methods in org.eclipse.collections.impl.list.mutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RFloatArrayList. reject(FloatPredicate predicate, R target)<R extends MutableFloatCollection>
RFloatArrayList. select(FloatPredicate predicate, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableMutableMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableMutableMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableFloatCollection Modifier and Type Class Description classAbstractMutableFloatKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RByteObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RCharObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RDoubleObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RFloatObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RIntObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RLongObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RShortObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedByteObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedCharObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedDoubleObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedFloatObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedIntObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedLongObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedShortObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableByteObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableCharObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableDoubleObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableFloatObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableIntObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableLongObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableShortObjectMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<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 MutableFloatCollection in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableMutableOrderedMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableMutableOrderedMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RUnmodifiableTreeMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableTreeMap. flatCollectFloat(Function<? super V,? extends FloatIterable> function, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableFloatCollection Modifier and Type Class Description classFloatHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedFloatSetA synchronized view of aMutableFloatSet.classUnmodifiableFloatSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RFloatHashSet. reject(FloatPredicate predicate, R target)<R extends MutableFloatCollection>
RFloatHashSet. select(FloatPredicate predicate, R target) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RArrayStack. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RSynchronizedStack. collectFloat(FloatFunction<? super T> floatFunction, R target)<R extends MutableFloatCollection>
RUnmodifiableStack. collectFloat(FloatFunction<? super T> floatFunction, R target)<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 MutableFloatCollection in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with type parameters of type MutableFloatCollection Modifier and Type Method Description static <T, R extends MutableFloatCollection>
RArrayIterate. collectFloat(T[] objectArray, FloatFunction<? super T> floatFunction, R target)static <T, R extends MutableFloatCollection>
RArrayListIterate. collectFloat(ArrayList<T> list, FloatFunction<? super T> floatFunction, R target)static <T, R extends MutableFloatCollection>
RIterate. collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction, R target)Same asIterate.collectFloat(Iterable, FloatFunction), except that the results are gathered into the specifiedtargetcollection.static <T, R extends MutableFloatCollection>
RListIterate. collectFloat(List<T> list, FloatFunction<? super T> floatFunction, R target)static <K, V, R extends MutableFloatCollection>
RMapIterate. collectFloat(Map<K,V> map, FloatFunction<? super V> floatFunction, R target)Methods in org.eclipse.collections.impl.utility that return MutableFloatCollection Modifier and Type Method Description static <T> MutableFloatCollectionIterate. collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction)Returns a newfloatcollection with the results of applying the specified floatFunction for each element of the iterable.static <K, V> MutableFloatCollectionMapIterate. collectFloat(Map<K,V> map, FloatFunction<? super V> floatFunction) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with type parameters of type MutableFloatCollection Modifier and Type Method Description static <T, R extends MutableFloatCollection>
RIterableIterate. collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction, R target)static <T, R extends MutableFloatCollection>
RIteratorIterate. collectFloat(Iterator<T> iterator, FloatFunction<? super T> floatFunction, R target)static <T, R extends MutableFloatCollection>
RRandomAccessListIterate. collectFloat(List<T> list, FloatFunction<? super T> floatFunction, R target)Methods in org.eclipse.collections.impl.utility.internal that return MutableFloatCollection Modifier and Type Method Description static <T> MutableFloatCollectionIterableIterate. collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction)static <T> MutableFloatCollectionIteratorIterate. collectFloat(Iterator<T> iterator, FloatFunction<? super T> floatFunction) -
Uses of MutableFloatCollection in org.eclipse.collections.impl.utility.internal.primitive
Methods in org.eclipse.collections.impl.utility.internal.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description static <R extends MutableFloatCollection>
RFloatIterableIterate. reject(FloatIterable iterable, FloatPredicate predicate, R targetCollection)static <R extends MutableFloatCollection>
RFloatIteratorIterate. reject(FloatIterator iterator, FloatPredicate predicate, R targetCollection)static <R extends MutableFloatCollection>
RFloatIterableIterate. select(FloatIterable iterable, FloatPredicate predicate, R targetCollection)static <R extends MutableFloatCollection>
RFloatIteratorIterate. select(FloatIterator iterator, FloatPredicate predicate, R targetCollection)