Uses of Interface
org.eclipse.collections.api.collection.primitive.MutableFloatCollection
-
Packages that use 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.ordered.primitive 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 theMutableBiMapinterface.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 theMutableCollectioninterface.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.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.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 theMutableSortedMapinterface.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.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.default <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 default 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.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description default <R extends MutableFloatCollection>
ROrderedFloatIterable. rejectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection excluding all elements with corresponding indexes matching the specified predicate.default <R extends MutableFloatCollection>
ROrderedFloatIterable. selectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection including all elements with corresponding indexes matching the specified predicate. -
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>
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
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as MutableFloatCollection Modifier and Type Field Description private MutableFloatCollectionCollectFloatProcedure. floatCollectionMethods 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>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. 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>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. 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 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.Fields in org.eclipse.collections.impl.collection.mutable.primitive declared as MutableFloatCollection Modifier and Type Field Description private MutableFloatCollectionAbstractSynchronizedFloatCollection. collectionprivate MutableFloatCollectionAbstractUnmodifiableFloatCollection. collectionMethods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionAbstractSynchronizedFloatCollection. asSynchronized()MutableFloatCollectionAbstractUnmodifiableFloatCollection. asSynchronized()MutableFloatCollectionAbstractSynchronizedFloatCollection. asUnmodifiable()MutableFloatCollectionAbstractUnmodifiableFloatCollection. asUnmodifiable()protected MutableFloatCollectionAbstractSynchronizedFloatCollection. getFloatCollection()protected MutableFloatCollectionAbstractUnmodifiableFloatCollection. getFloatCollection()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, java.lang.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.Constructors in org.eclipse.collections.impl.collection.mutable.primitive with parameters of type MutableFloatCollection Constructor Description AbstractSynchronizedFloatCollection(MutableFloatCollection collection)AbstractSynchronizedFloatCollection(MutableFloatCollection collection, java.lang.Object newLock)AbstractUnmodifiableFloatCollection(MutableFloatCollection collection)SynchronizedFloatCollection(MutableFloatCollection collection)SynchronizedFloatCollection(MutableFloatCollection collection, java.lang.Object newLock)UnmodifiableFloatCollection(MutableFloatCollection collection) -
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>
java.util.stream.Collector<T,?,R>Collectors2. collectFloat(FloatFunction<? super T> function, java.util.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.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive with type parameters of type MutableFloatCollection Modifier and Type Field Description private Function0<MutableFloatCollection>ChunkFloatIterable.ChunkFloatIterator. speciesNewStrategy -
Uses of MutableFloatCollection in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RImmutableFloatArrayList. reject(FloatPredicate predicate, R target)<R extends MutableFloatCollection>
RImmutableFloatArrayList. select(FloatPredicate predicate, R target) -
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 to FastList, 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>
RSynchronizedFloatList. rejectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableFloatCollection>
RUnmodifiableFloatList. rejectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableFloatCollection>
RFloatArrayList. select(FloatPredicate predicate, R target)<R extends MutableFloatCollection>
RSynchronizedFloatList. selectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection including all elements with corresponding indexes matching the specified predicate.<R extends MutableFloatCollection>
RUnmodifiableFloatList. selectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection including all elements with corresponding indexes matching the specified predicate. -
Uses of MutableFloatCollection in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RImmutableByteObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableByteObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableByteObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableCharObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableCharObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableCharObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableDoubleObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableDoubleObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableDoubleObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableFloatObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableFloatObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableFloatObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableIntObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableIntObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableIntObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableLongObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableLongObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableLongObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableShortObjectEmptyMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableShortObjectHashMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<R extends MutableFloatCollection>
RImmutableShortObjectSingletonMap. collectFloat(FloatFunction<? super V> floatFunction, R target)<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)Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionImmutableByteFloatEmptyMap. values()MutableFloatCollectionImmutableByteFloatHashMap. values()MutableFloatCollectionImmutableByteFloatSingletonMap. values()MutableFloatCollectionImmutableCharFloatEmptyMap. values()MutableFloatCollectionImmutableCharFloatHashMap. values()MutableFloatCollectionImmutableCharFloatSingletonMap. values()MutableFloatCollectionImmutableDoubleFloatEmptyMap. values()MutableFloatCollectionImmutableDoubleFloatHashMap. values()MutableFloatCollectionImmutableDoubleFloatSingletonMap. values()MutableFloatCollectionImmutableFloatFloatEmptyMap. values()MutableFloatCollectionImmutableFloatFloatHashMap. values()MutableFloatCollectionImmutableFloatFloatSingletonMap. values()MutableFloatCollectionImmutableIntFloatEmptyMap. values()MutableFloatCollectionImmutableIntFloatHashMap. values()MutableFloatCollectionImmutableIntFloatSingletonMap. values()MutableFloatCollectionImmutableLongFloatEmptyMap. values()MutableFloatCollectionImmutableLongFloatHashMap. values()MutableFloatCollectionImmutableLongFloatSingletonMap. values()MutableFloatCollectionImmutableObjectFloatEmptyMap. values()MutableFloatCollectionImmutableObjectFloatHashMap. values()MutableFloatCollectionImmutableObjectFloatSingletonMap. values()MutableFloatCollectionImmutableShortFloatEmptyMap. values()MutableFloatCollectionImmutableShortFloatHashMap. values()MutableFloatCollectionImmutableShortFloatSingletonMap. values() -
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
Methods in org.eclipse.collections.impl.map.mutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <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)Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableFloatCollection Modifier and Type Method Description MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. asSynchronized()MutableFloatCollectionObjectFloatHashMap.ValuesCollection. asSynchronized()MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. asSynchronized()MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. asUnmodifiable()MutableFloatCollectionObjectFloatHashMap.ValuesCollection. asUnmodifiable()MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. asUnmodifiable()MutableFloatCollectionByteFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionCharFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionDoubleFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionFloatFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionIntFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionLongFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionObjectFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. newEmpty()MutableFloatCollectionShortFloatHashMap.ValuesCollection. newEmpty()MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. reject(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMap. reject(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. reject(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy. reject(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. reject(FloatPredicate predicate)MutableFloatCollectionSynchronizedObjectFloatMap. reject(FloatPredicate predicate)MutableFloatCollectionUnmodifiableObjectFloatMap. reject(FloatPredicate predicate)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. select(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMap. select(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. select(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy. select(FloatPredicate predicate)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. select(FloatPredicate predicate)MutableFloatCollectionSynchronizedObjectFloatMap. select(FloatPredicate predicate)MutableFloatCollectionUnmodifiableObjectFloatMap. select(FloatPredicate predicate)MutableFloatCollectionByteFloatHashMap. values()MutableFloatCollectionCharFloatHashMap. values()MutableFloatCollectionDoubleFloatHashMap. values()MutableFloatCollectionFloatFloatHashMap. values()MutableFloatCollectionIntFloatHashMap. values()MutableFloatCollectionLongFloatHashMap. values()MutableFloatCollectionObjectFloatHashMap. values()MutableFloatCollectionObjectFloatHashMapWithHashingStrategy. values()MutableFloatCollectionShortFloatHashMap. values()MutableFloatCollectionSynchronizedByteFloatMap. values()MutableFloatCollectionSynchronizedCharFloatMap. values()MutableFloatCollectionSynchronizedDoubleFloatMap. values()MutableFloatCollectionSynchronizedFloatFloatMap. values()MutableFloatCollectionSynchronizedIntFloatMap. values()MutableFloatCollectionSynchronizedLongFloatMap. values()MutableFloatCollectionSynchronizedObjectFloatMap. values()MutableFloatCollectionSynchronizedShortFloatMap. values()MutableFloatCollectionUnmodifiableByteFloatMap. values()MutableFloatCollectionUnmodifiableCharFloatMap. values()MutableFloatCollectionUnmodifiableDoubleFloatMap. values()MutableFloatCollectionUnmodifiableFloatFloatMap. values()MutableFloatCollectionUnmodifiableIntFloatMap. values()MutableFloatCollectionUnmodifiableLongFloatMap. values()MutableFloatCollectionUnmodifiableObjectFloatMap. values()MutableFloatCollectionUnmodifiableShortFloatMap. values()MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. with(float element)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. with(float element)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. with(float element)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. withAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. withAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. withAll(FloatIterable elements)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. without(float element)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. without(float element)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. without(float element)MutableFloatCollectionAbstractMutableFloatValuesMap.AbstractFloatValuesCollection. withoutAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMap.ValuesCollection. withoutAll(FloatIterable elements)MutableFloatCollectionObjectFloatHashMapWithHashingStrategy.ValuesCollection. withoutAll(FloatIterable elements) -
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.immutable
Methods in org.eclipse.collections.impl.stack.immutable with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RImmutableArrayStack. collectFloat(FloatFunction<? super T> floatFunction, R target)Deprecated.<R extends MutableFloatCollection>
RImmutableEmptyStack. collectFloat(FloatFunction<? super T> floatFunction, R target)<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 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.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with type parameters of type MutableFloatCollection Modifier and Type Method Description <R extends MutableFloatCollection>
RSynchronizedFloatStack. rejectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection excluding all elements with corresponding indexes matching the specified predicate.<R extends MutableFloatCollection>
RSynchronizedFloatStack. selectWithIndex(FloatIntPredicate predicate, R target)Returns a new MutableFloatCollection including all elements with corresponding indexes matching the specified predicate. -
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(java.util.ArrayList<T> list, FloatFunction<? super T> floatFunction, R target)static <T,R extends MutableFloatCollection>
RIterate. collectFloat(java.lang.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(java.util.List<T> list, FloatFunction<? super T> floatFunction, R target)static <K,V,R extends MutableFloatCollection>
RMapIterate. collectFloat(java.util.Map<K,V> map, FloatFunction<? super V> floatFunction, R target)private static <T,R extends MutableFloatCollection>
RArrayListIterate. collectFloatFromInternalArray(java.util.ArrayList<T> source, FloatFunction<? super T> floatFunction, int elementsToCollect, R target)Methods in org.eclipse.collections.impl.utility that return MutableFloatCollection Modifier and Type Method Description static <T> MutableFloatCollectionIterate. collectFloat(java.lang.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(java.util.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 <R extends MutableFloatCollection,T>
RInternalArrayIterate. collectFloat(T[] items, int size, FloatFunction<? super T> floatFunction, R target)Adds all array elements to the target MutableFloatCollection after using the function supplied to convert each source element to the appropriate typestatic <T,R extends MutableFloatCollection>
RIterableIterate. collectFloat(java.lang.Iterable<T> iterable, FloatFunction<? super T> floatFunction, R target)static <T,R extends MutableFloatCollection>
RIteratorIterate. collectFloat(java.util.Iterator<T> iterator, FloatFunction<? super T> floatFunction, R target)static <T,R extends MutableFloatCollection>
RRandomAccessListIterate. collectFloat(java.util.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(java.lang.Iterable<T> iterable, FloatFunction<? super T> floatFunction)static <T> MutableFloatCollectionIteratorIterate. collectFloat(java.util.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)
-