Uses of Interface
org.eclipse.collections.api.block.function.primitive.FloatFunction
Packages that use FloatFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis 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 mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of
MutableSortedBag.This package contains implementations of the
MutableBiMap interface.This package contains implementations of the
SerializableComparator interface to compare primitive double, int and long.This package contains factory implementations for
Function, Predicate, SerializableComparator and Procedure.This package contains implementations of
Procedure and Procedure2.This package contains implementations of primitive procedures.
This package contains implementations of the
ImmutableCollection interface.This package contains implementations of the
MutableCollection interface.This package contains implementations of the
LazyIterable interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
FixedSizeList interface.This package contains implementations of the
ImmutableList interface.This package contains implementations of the
MutableList interface.This package contains implementations of the
MapIterable interface.This package contains implementations of the
ImmutableMap interface.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
MutableSortedMap interface.This package contains classes which is used for parallel iteration through the containers.
This package contains the implementations of
ImmutableSet.This package contains implementations of
MutableSet.This package contains implementations of
ImmutableSortedSet.This package contains implementations of
MutableSortedSet.This package contains implementations of the
ImmutableStack interface.This package contains implementations of the
MutableStack interface.This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
-
Uses of FloatFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type FloatFunctionModifier and TypeMethodDescriptionLazyIterable.collectFloat(FloatFunction<? super T> floatFunction) Returns a lazy FloatIterable which will transform the underlying iterable data to float values based on the floatFunction.RichIterable.collectFloat(FloatFunction<? super T> floatFunction) Returns a new primitivefloatiterable with 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.<V> ObjectDoubleMap<V> RichIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Groups and sums the values using the two specified functions.default DoubleSummaryStatisticsRichIterable.summarizeFloat(FloatFunction<? super T> function) Returns the result of summarizing the value returned from applying the FloatFunction to each element of the iterable.doubleParallelIterable.sumOfFloat(FloatFunction<? super T> function) Returns the final double result of evaluating function for each element of the iterable in parallel and adding the results together.doubleRichIterable.sumOfFloat(FloatFunction<? super T> function) Returns the final double result of evaluating function for each element of the iterable and adding the results together. -
Uses of FloatFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatBagMutableBag.collectFloat(FloatFunction<? super T> floatFunction) UnsortedBag.collectFloat(FloatFunction<? super T> floatFunction) default DoubleSummaryStatisticsBag.summarizeFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) MutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) SortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableCollection.collectFloat(FloatFunction<? super T> floatFunction) 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.<V> ImmutableObjectDoubleMap<V> ImmutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> MutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableByteFloatMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharFloatMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableDoubleFloatMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatByteMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatCharMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatDoubleMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatFloatMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatLongMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> ImmutableFloatObjectMap <V> ImmutableFloatObjectMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anImmutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongFloatMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> ImmutableObjectFloatMap <K> ImmutableObjectFloatMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableObjectFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteFloatMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableByteFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharFloatMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableCharFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleFloatMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableDoubleFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatBooleanMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableFloatBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatByteMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableFloatByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatCharMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableFloatCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatDoubleMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableFloatDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatFloatMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableFloatFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatLongMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> MutableFloatObjectMap <V> MutableFloatObjectMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableFloatObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatShortMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableFloatShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongFloatMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> MutableObjectFloatMap <K> MutableObjectFloatMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableObjectFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortFloatMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableShortFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of FloatFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableList.collectFloat(FloatFunction<? super T> floatFunction) ListIterable.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatListMutableList.collectFloat(FloatFunction<? super T> floatFunction) MultiReaderList.sortThisByFloat(FloatFunction<? super T> function) MutableList.sortThisByFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) ImmutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) MutableMap.collectFloat(FloatFunction<? super V> floatFunction) MutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) OrderedMap.collectFloat(FloatFunction<? super V> floatFunction) UnsortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) <VV> ImmutableObjectDoubleMap<VV> ImmutableOrderedMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> MutableMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) MutablePrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) PrimitiveObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <P> floatMutableByteFloatMap.getIfAbsentPutWith(byte key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableCharFloatMap.getIfAbsentPutWith(char key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableDoubleFloatMap.getIfAbsentPutWith(double key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableFloatFloatMap.getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableIntFloatMap.getIfAbsentPutWith(int key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableLongFloatMap.getIfAbsentPutWith(long key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableObjectFloatMap.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.<P> floatMutableShortFloatMap.getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter) Retrieves the value associated with the key if one exists; if it does not, invokes the value function with the parameter and associates the result with the key.floatMutableObjectFloatMap.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) Retrieves the value associated with the key if one exists; if it does not, associates the result of invoking the value function with the key.<VV> ImmutableObjectDoubleMap<VV> ImmutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) <VV> MutableObjectDoubleMap<VV> MutablePrimitiveObjectMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) MutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) SortedMapIterable.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type FloatFunctionModifier and TypeMethodDescriptionOrderedIterable.collectFloat(FloatFunction<? super T> floatFunction) ReversibleIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) default MutableFloatSetMutableSet.collectFloat(FloatFunction<? super T> floatFunction) UnsortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) MutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) SortedSetIterable.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableStack.collectFloat(FloatFunction<? super T> floatFunction) MutableStack.collectFloat(FloatFunction<? super T> floatFunction) StackIterable.collectFloat(FloatFunction<? super T> floatFunction) <V> ImmutableObjectDoubleMap<V> ImmutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> MutableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type FloatFunctionModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableRichIterable.collectFloat(FloatFunction<? super T> floatFunction, R target) <V> ObjectDoubleMap<V> UnmodifiableRichIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) doubleAbstractRichIterable.sumOfFloat(FloatFunction<? super T> function) doubleUnmodifiableRichIterable.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type FloatFunctionModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractBag.collectFloat(FloatFunction<? super T> floatFunction, R target) doubleAbstractBag.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableBag.collectFloat(FloatFunction<? super T> floatFunction) ImmutableEmptyBag.collectFloat(FloatFunction<? super T> floatFunction) <V> ImmutableObjectDoubleMap<V> AbstractImmutableBagIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionMultiReaderHashBag.collectFloat(FloatFunction<? super T> floatFunction) MultiReaderHashBag.UntouchableMutableBag.collectFloat(FloatFunction<? super T> floatFunction) SynchronizedBag.collectFloat(FloatFunction<? super T> floatFunction) UnmodifiableBag.collectFloat(FloatFunction<? super T> floatFunction) <V> MutableObjectDoubleMap<V> AbstractMutableBagIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) SynchronizedSortedBag.collectFloat(FloatFunction<? super T> floatFunction) UnmodifiableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type FloatFunctionModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractBiMap.collectFloat(FloatFunction<? super V> floatFunction, R target) doubleAbstractBiMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectFloat(FloatFunction<? super V> floatFunction) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableBiMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractMutableBiMap.collectFloat(FloatFunction<? super V> floatFunction) UnmodifiableBiMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableBiMap.collectFloat(FloatFunction<? super V> floatFunction, R target) <V1> MutableObjectDoubleMap<V1> AbstractMutableBiMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableBiMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) doubleUnmodifiableBiMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.block.comparator.primitive
Fields in org.eclipse.collections.impl.block.comparator.primitive declared as FloatFunctionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type FloatFunction -
Uses of FloatFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement FloatFunctionModifier and TypeClassDescriptionstatic final classFunctions.FloatFunctionChain<T1,T2> private static classprivate static classprivate static classprivate static final classFields in org.eclipse.collections.impl.block.factory declared as FloatFunctionModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> HashingStrategies.FloatFunctionHashingStrategy.functionprivate final FloatFunction<? super T2> Functions.FloatFunctionChain.function2private static final FloatFunction<String> StringFunctions.TO_PRIMITIVE_FLOATMethods in org.eclipse.collections.impl.block.factory that return FloatFunctionModifier and TypeMethodDescriptionstatic FloatFunction<String> StringFunctions.toPrimitiveFloat()static FloatFunction<Float> PrimitiveFunctions.unboxFloatToFloat()static FloatFunction<Integer> PrimitiveFunctions.unboxIntegerToFloat()static FloatFunction<Number> PrimitiveFunctions.unboxNumberToFloat()Methods in org.eclipse.collections.impl.block.factory with parameters of type FloatFunctionModifier and TypeMethodDescriptionstatic <T> SerializableComparator<T> Comparators.byFloatFunction(FloatFunction<T> function) static <T1,T2> Functions.FloatFunctionChain <T1, T2> Functions.chainFloat(Function<T1, T2> function1, FloatFunction<? super T2> function2) Functions.FunctionChain.chainFloat(FloatFunction<? super T3> function) static <T> HashingStrategy<T> HashingStrategies.fromFloatFunction(FloatFunction<? super T> function) static <T,V> Function2 <MutableObjectDoubleMap<V>, T, MutableObjectDoubleMap<V>> PrimitiveFunctions.sumByFloatFunction(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <T> Procedure2<DoubleSummaryStatistics, T> Procedures2.summarizeFloat(FloatFunction<? super T> function) static <T> SerializableComparator<T> Functions.toFloatComparator(FloatFunction<T> function) Constructors in org.eclipse.collections.impl.block.factory with parameters of type FloatFunctionModifierConstructorDescriptionprivateFloatFunctionChain(Function<T1, T2> function1, FloatFunction<? super T2> function2) privateFloatFunctionHashingStrategy(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.block.procedure
Fields in org.eclipse.collections.impl.block.procedure declared as FloatFunctionModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> SumOfFloatProcedure.functionConstructors in org.eclipse.collections.impl.block.procedure with parameters of type FloatFunction -
Uses of FloatFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as FloatFunctionModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> CollectFloatProcedure.floatFunctionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type FloatFunctionModifierConstructorDescriptionCollectFloatProcedure(FloatFunction<? super T> floatFunction, MutableFloatCollection targetCollection) -
Uses of FloatFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RAbstractSynchronizedRichIterable.collectFloat(FloatFunction<? super T> floatFunction, R target) <V> ObjectDoubleMap<V> AbstractSynchronizedRichIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) doubleAbstractSynchronizedRichIterable.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.collection.immutable
Methods in org.eclipse.collections.impl.collection.immutable with parameters of type FloatFunctionModifier and TypeMethodDescription<V> ImmutableObjectDoubleMap<V> AbstractImmutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type FloatFunctionModifier and TypeMethodDescription<R extends MutableFloatCollection>
RAbstractCollectionAdapter.collectFloat(FloatFunction<? super T> floatFunction, R target) <R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection.collectFloat(FloatFunction<? super T> floatFunction, R target) final <R extends MutableFloatCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.collectFloat(FloatFunction<? super T> floatFunction, R target) AbstractSynchronizedMutableCollection.collectFloat(FloatFunction<? super T> floatFunction) AbstractUnmodifiableMutableCollection.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RAbstractUnmodifiableMutableCollection.collectFloat(FloatFunction<? super T> floatFunction, R target) <V> MutableObjectDoubleMap<V> AbstractCollectionAdapter.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractSynchronizedMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> AbstractUnmodifiableMutableCollection.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) doubleAbstractCollectionAdapter.sumOfFloat(FloatFunction<? super T> function) doubleAbstractMultiReaderMutableCollection.sumOfFloat(FloatFunction<? super T> function) doubleAbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumOfFloat(FloatFunction<? super T> function) doubleAbstractUnmodifiableMutableCollection.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with parameters of type FloatFunctionModifier and TypeMethodDescriptionstatic <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.static <T,V> Collector <T, ?, MutableObjectDoubleMap<V>> Collectors2.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Groups and sums the values using the two specified functions. -
Uses of FloatFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractLazyIterable.collectFloat(FloatFunction<? super T> floatFunction) <V> ObjectDoubleMap<V> AbstractLazyIterable.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractBatch.sumOfFloat(FloatFunction<? super T> function) doubleAbstractMultiReaderParallelIterable.sumOfFloat(FloatFunction<? super T> function) doubleAbstractParallelIterable.sumOfFloat(FloatFunction<? super T> function) doubleAbstractSynchronizedParallelIterable.sumOfFloat(FloatFunction<? super T> function) Batch.sumOfFloat(FloatFunction<? super T> function) doubleNonParallelIterable.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as FloatFunctionModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> CollectFloatIterable.FloatFunctionToProcedure.functionprivate final FloatFunction<? super T> CollectFloatIterable.functionConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type FloatFunctionModifierConstructorDescriptionCollectFloatIterable(LazyIterable<T> adapted, FloatFunction<? super T> function) privateFloatFunctionToProcedure(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed with parameters of type FloatFunctionModifier and TypeMethodDescriptionEmptyList.sortThisByFloat(FloatFunction<? super T> function) SingletonList.sortThisByFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableList.collectFloat(FloatFunction<? super T> floatFunction) ImmutableArrayList.summarizeFloat(FloatFunction<? super T> function) doubleAbstractImmutableList.sumOfFloat(FloatFunction<? super T> function) doubleImmutableArrayList.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type FloatFunctionModifier and TypeMethodDescription<R extends MutableFloatCollection>
RFastList.collectFloat(FloatFunction<? super T> floatFunction, R target) MultiReaderFastList.collectFloat(FloatFunction<? super T> floatFunction) MultiReaderFastList.UntouchableMutableList.collectFloat(FloatFunction<? super T> floatFunction) SynchronizedMutableList.collectFloat(FloatFunction<? super T> floatFunction) UnmodifiableMutableList.collectFloat(FloatFunction<? super T> floatFunction) AbstractListAdapter.sortThisByFloat(FloatFunction<? super T> function) AbstractMutableList.sortThisByFloat(FloatFunction<? super T> function) MultiReaderFastList.sortThisByFloat(FloatFunction<? super T> function) MultiReaderFastList.UntouchableMutableList.sortThisByFloat(FloatFunction<? super T> function) SynchronizedMutableList.sortThisByFloat(FloatFunction<? super T> function) UnmodifiableMutableList.sortThisByFloat(FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> FastList.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) FastList.summarizeFloat(FloatFunction<? super T> function) doubleAbstractMutableList.sumOfFloat(FloatFunction<? super T> function) doubleFastList.sumOfFloat(FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map
Methods in org.eclipse.collections.impl.map with parameters of type FloatFunctionModifier and TypeMethodDescription<V1> MutableObjectDoubleMap<V1> AbstractSynchronizedMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableMap.collectFloat(FloatFunction<? super V> floatFunction) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableByteObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableByteObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableByteObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableByteObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableByteObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableCharObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableCharObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableCharObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableCharObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableCharObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableCharObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableDoubleObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableDoubleObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableDoubleObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableDoubleObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableDoubleObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableDoubleObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableFloatObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableFloatObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableFloatObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableFloatObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableFloatObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableFloatObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableIntObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableIntObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableIntObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableIntObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableIntObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableIntObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableLongObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableLongObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableLongObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableLongObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableLongObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableLongObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableShortObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableShortObjectEmptyMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableShortObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableShortObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableShortObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RImmutableShortObjectSingletonMap.collectFloat(FloatFunction<? super V> floatFunction, R target) ImmutableByteFloatMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableCharFloatMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableDoubleFloatMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableFloatBooleanMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableFloatByteMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) ImmutableFloatCharMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) ImmutableFloatDoubleMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) ImmutableFloatFloatMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableFloatIntMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableFloatLongMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> ImmutableFloatObjectMap <V> ImmutableFloatObjectMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) ImmutableFloatShortMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableIntFloatMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableLongFloatMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) <T,K> ImmutableObjectFloatMap <K> ImmutableObjectFloatMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) ImmutableShortFloatMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableByteObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableCharObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableDoubleObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableFloatObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableIntObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableLongObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableShortObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableByteObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableCharObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableDoubleObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableFloatObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableIntObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableLongObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> ImmutableObjectDoubleMap<V1> ImmutableShortObjectEmptyMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) doubleImmutableByteObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableByteObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableByteObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableCharObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableCharObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableCharObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableDoubleObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableDoubleObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableDoubleObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableFloatObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableFloatObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableFloatObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableIntObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableIntObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableIntObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableLongObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableLongObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableLongObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableShortObjectEmptyMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableShortObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleImmutableShortObjectSingletonMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractMutableMap.collectFloat(FloatFunction<? super V> floatFunction) SynchronizedMutableMap.collectFloat(FloatFunction<? super V> floatFunction) UnmodifiableMutableMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableMutableMap.collectFloat(FloatFunction<? super V> floatFunction, R target) <V1> MutableObjectDoubleMap<V1> AbstractMutableMapIterable.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableMutableMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) doubleUnmodifiableMutableMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFunctionModifier and TypeMethodDescriptionByteObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) CharObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) DoubleObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) FloatObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) IntObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) LongObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) ShortObjectHashMap.collectFloat(FloatFunction<? super V> floatFunction) SynchronizedByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) SynchronizedShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RSynchronizedShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableByteObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableCharObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableDoubleObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableFloatObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableIntObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableLongObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) UnmodifiableShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableShortObjectMap.collectFloat(FloatFunction<? super V> floatFunction, R target) MutableByteFloatMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableCharFloatMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableDoubleFloatMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableFloatBooleanMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableFloatByteMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableFloatCharMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) MutableFloatDoubleMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) MutableFloatFloatMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableFloatIntMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableFloatLongMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> MutableFloatObjectMap <V> MutableFloatObjectMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) MutableFloatShortMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableIntFloatMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableLongFloatMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) <T,K> MutableObjectFloatMap <K> MutableObjectFloatMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, FloatFunction<? super T> valueFunction) MutableShortFloatMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) <P> floatByteFloatHashMap.getIfAbsentPutWith(byte key, FloatFunction<? super P> function, P parameter) <P> floatCharFloatHashMap.getIfAbsentPutWith(char key, FloatFunction<? super P> function, P parameter) <P> floatDoubleFloatHashMap.getIfAbsentPutWith(double key, FloatFunction<? super P> function, P parameter) <P> floatFloatFloatHashMap.getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter) <P> floatIntFloatHashMap.getIfAbsentPutWith(int key, FloatFunction<? super P> function, P parameter) <P> floatLongFloatHashMap.getIfAbsentPutWith(long key, FloatFunction<? super P> function, P parameter) <P> floatObjectFloatHashMap.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) <P> floatObjectFloatHashMapWithHashingStrategy.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) <P> floatShortFloatHashMap.getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedByteFloatMap.getIfAbsentPutWith(byte key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedCharFloatMap.getIfAbsentPutWith(char key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedDoubleFloatMap.getIfAbsentPutWith(double key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedFloatFloatMap.getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedIntFloatMap.getIfAbsentPutWith(int key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedLongFloatMap.getIfAbsentPutWith(long key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedObjectFloatMap.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) <P> floatSynchronizedShortFloatMap.getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableByteFloatMap.getIfAbsentPutWith(byte key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableCharFloatMap.getIfAbsentPutWith(char key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableDoubleFloatMap.getIfAbsentPutWith(double key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableFloatFloatMap.getIfAbsentPutWith(float key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableIntFloatMap.getIfAbsentPutWith(int key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableLongFloatMap.getIfAbsentPutWith(long key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableObjectFloatMap.getIfAbsentPutWith(K key, FloatFunction<? super P> function, P parameter) <P> floatUnmodifiableShortFloatMap.getIfAbsentPutWith(short key, FloatFunction<? super P> function, P parameter) floatObjectFloatHashMap.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) floatObjectFloatHashMapWithHashingStrategy.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) floatSynchronizedObjectFloatMap.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) floatUnmodifiableObjectFloatMap.getIfAbsentPutWithKey(K key, FloatFunction<? super K> function) <V1> MutableObjectDoubleMap<V1> ByteObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> CharObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> DoubleObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> FloatObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> IntObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> LongObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> ShortObjectHashMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedByteObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedCharObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedDoubleObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedFloatObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedIntObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedLongObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> SynchronizedShortObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableByteObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableCharObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableDoubleObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableFloatObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableIntObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableLongObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <V1> MutableObjectDoubleMap<V1> UnmodifiableShortObjectMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) doubleByteObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleCharObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleDoubleObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleFloatObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleIntObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleLongObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleShortObjectHashMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedByteObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedCharObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedDoubleObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedFloatObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedIntObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedLongObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleSynchronizedShortObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableByteObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableCharObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableDoubleObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableFloatObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableIntObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableLongObjectMap.sumOfFloat(FloatFunction<? super V> function) doubleUnmodifiableShortObjectMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableOrderedMapAdapter.collectFloat(FloatFunction<? super V> floatFunction) <VV> ImmutableObjectDoubleMap<VV> ImmutableOrderedMapAdapter.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionOrderedMapAdapter.collectFloat(FloatFunction<? super V> floatFunction) UnmodifiableMutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableMutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction, R target) <V1> MutableObjectDoubleMap<V1> OrderedMapAdapter.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) <VV> MutableObjectDoubleMap<VV> UnmodifiableMutableOrderedMap.sumByFloat(Function<? super V, ? extends VV> groupBy, FloatFunction<? super V> function) UnmodifiableMutableOrderedMap.summarizeFloat(FloatFunction<? super V> function) doubleUnmodifiableMutableOrderedMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) <V1> ImmutableObjectDoubleMap<V1> AbstractImmutableSortedMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) SynchronizedSortedMap.collectFloat(FloatFunction<? super V> floatFunction) UnmodifiableTreeMap.collectFloat(FloatFunction<? super V> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableTreeMap.collectFloat(FloatFunction<? super V> floatFunction, R target) <V1> MutableObjectDoubleMap<V1> UnmodifiableTreeMap.sumByFloat(Function<? super V, ? extends V1> groupBy, FloatFunction<? super V> function) doubleUnmodifiableTreeMap.sumOfFloat(FloatFunction<? super V> function) -
Uses of FloatFunction in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel declared as FloatFunctionModifier and TypeFieldDescriptionprivate final FloatFunction<? super T> ParallelIterate.SumByFloatProcedure.functionMethods in org.eclipse.collections.impl.parallel with parameters of type FloatFunctionModifier and TypeMethodDescriptionstatic <T,V> ObjectDoubleMap <V> ParallelIterate.sumByFloat(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Constructors in org.eclipse.collections.impl.parallel with parameters of type FloatFunctionModifierConstructorDescriptionprivateSumByFloatProcedure(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableSet.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectFloat(FloatFunction<? super T> floatFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectFloat(FloatFunction<? super T> floatFunction) SynchronizedMutableSet.collectFloat(FloatFunction<? super T> floatFunction) UnmodifiableMutableSet.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionSortedSetAdapter.collectFloat(FloatFunction<? super T> floatFunction) SynchronizedSortedSet.collectFloat(FloatFunction<? super T> floatFunction) TreeSortedSet.collectFloat(FloatFunction<? super T> floatFunction) UnmodifiableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionImmutableArrayStack.collectFloat(FloatFunction<? super T> floatFunction) Deprecated.<R extends MutableFloatCollection>
RImmutableArrayStack.collectFloat(FloatFunction<? super T> floatFunction, R target) Deprecated.ImmutableEmptyStack.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RImmutableEmptyStack.collectFloat(FloatFunction<? super T> floatFunction, R target) ImmutableNotEmptyStack.collectFloat(FloatFunction<? super T> function) <V> ImmutableObjectDoubleMap<V> ImmutableArrayStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) Deprecated.<V> ImmutableObjectDoubleMap<V> ImmutableEmptyStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> ImmutableObjectDoubleMap<V> ImmutableNotEmptyStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) doubleImmutableArrayStack.sumOfFloat(FloatFunction<? super T> floatFunction) Deprecated. -
Uses of FloatFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type FloatFunctionModifier and TypeMethodDescriptionArrayStack.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RArrayStack.collectFloat(FloatFunction<? super T> floatFunction, R target) SynchronizedStack.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RSynchronizedStack.collectFloat(FloatFunction<? super T> floatFunction, R target) UnmodifiableStack.collectFloat(FloatFunction<? super T> floatFunction) <R extends MutableFloatCollection>
RUnmodifiableStack.collectFloat(FloatFunction<? super T> floatFunction, R target) <V> MutableObjectDoubleMap<V> ArrayStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> SynchronizedStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) <V> MutableObjectDoubleMap<V> UnmodifiableStack.sumByFloat(Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) doubleArrayStack.sumOfFloat(FloatFunction<? super T> floatFunction) doubleSynchronizedStack.sumOfFloat(FloatFunction<? super T> floatFunction) doubleUnmodifiableStack.sumOfFloat(FloatFunction<? super T> floatFunction) -
Uses of FloatFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type FloatFunctionModifier and TypeMethodDescriptionstatic <T> MutableFloatListArrayIterate.collectFloat(T[] objectArray, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RArrayIterate.collectFloat(T[] objectArray, FloatFunction<? super T> floatFunction, R target) static <T> MutableFloatListArrayListIterate.collectFloat(ArrayList<T> list, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RArrayListIterate.collectFloat(ArrayList<T> list, FloatFunction<? super T> floatFunction, R target) 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 <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> MutableFloatListListIterate.collectFloat(List<T> list, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RListIterate.collectFloat(List<T> list, FloatFunction<? super T> floatFunction, R target) static <K,V> MutableFloatCollection MapIterate.collectFloat(Map<K, V> map, FloatFunction<? super V> floatFunction) static <K, V, R extends MutableFloatCollection>
RMapIterate.collectFloat(Map<K, V> map, FloatFunction<? super V> floatFunction, R target) private static <T, R extends MutableFloatCollection>
RArrayListIterate.collectFloatFromInternalArray(ArrayList<T> source, FloatFunction<? super T> floatFunction, int elementsToCollect, R target) static <V,T> ObjectDoubleMap <V> ArrayIterate.sumByFloat(T[] array, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <T,V> ObjectDoubleMap <V> Iterate.sumByFloat(Iterable<T> iterable, Function<T, V> groupBy, FloatFunction<? super T> function) static <V,T> ObjectDoubleMap <V> ListIterate.sumByFloat(List<T> list, Function<T, V> groupBy, FloatFunction<? super T> function) static <T> doubleArrayIterate.sumOfFloat(T[] array, FloatFunction<? super T> function) static <T> doubleIterate.sumOfFloat(Iterable<T> iterable, FloatFunction<? super T> function) static <T> doubleListIterate.sumOfFloat(List<T> list, FloatFunction<? super T> function) -
Uses of FloatFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type FloatFunctionModifier and TypeMethodDescriptionstatic <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> MutableFloatCollectionIterableIterate.collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RIterableIterate.collectFloat(Iterable<T> iterable, FloatFunction<? super T> floatFunction, R target) static <T> MutableFloatCollectionIteratorIterate.collectFloat(Iterator<T> iterator, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RIteratorIterate.collectFloat(Iterator<T> iterator, FloatFunction<? super T> floatFunction, R target) static <T> MutableFloatListRandomAccessListIterate.collectFloat(List<T> list, FloatFunction<? super T> floatFunction) static <T, R extends MutableFloatCollection>
RRandomAccessListIterate.collectFloat(List<T> list, FloatFunction<? super T> floatFunction, R target) static <V,T> MutableObjectDoubleMap <V> InternalArrayIterate.sumByFloat(T[] array, int size, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <V,T> ObjectDoubleMap <V> IterableIterate.sumByFloat(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <V,T> ObjectDoubleMap <V> RandomAccessListIterate.sumByFloat(List<T> list, Function<? super T, ? extends V> groupBy, FloatFunction<? super T> function) static <T> DoubleSummaryStatisticsInternalArrayIterate.summarizeFloat(T[] items, int size, FloatFunction<? super T> function) static <T> doubleInternalArrayIterate.sumOfFloat(T[] array, int size, FloatFunction<? super T> function) static <T> doubleIterableIterate.sumOfFloat(Iterable<T> iterable, FloatFunction<? super T> function) static <T> doubleIteratorIterate.sumOfFloat(Iterator<T> iterator, FloatFunction<? super T> function) static <T> doubleRandomAccessListIterate.sumOfFloat(List<T> list, FloatFunction<? super T> function)