Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongFunction
Packages that use LongFunction
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
Map
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains 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 primitive functions.
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 LongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongFunctionModifier and TypeMethodDescriptionLazyIterable.collectLong
(LongFunction<? super T> longFunction) Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.RichIterable.collectLong
(LongFunction<? super T> longFunction) Returns a new primitivelong
iterable with the results of applying the specified function on each element of the source collection.default <R extends MutableLongCollection>
RRichIterable.collectLong
(LongFunction<? super T> longFunction, R target) Same asRichIterable.collectLong(LongFunction)
, except that the results are gathered into the specifiedtarget
collection.<V> ObjectLongMap
<V> RichIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) Groups and sums the values using the two specified functions.default LongSummaryStatistics
RichIterable.summarizeLong
(LongFunction<? super T> function) Returns the result of summarizing the value returned from applying the LongFunction to each element of the iterable.long
ParallelIterable.sumOfLong
(LongFunction<? super T> function) Returns the final long result of evaluating function for each element of the iterable in parallel and adding the results together.long
RichIterable.sumOfLong
(LongFunction<? super T> function) Returns the final long result of evaluating function for each element of the iterable and adding the results together. -
Uses of LongFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableBag.collectLong
(LongFunction<? super T> longFunction) default MutableLongBag
MutableBag.collectLong
(LongFunction<? super T> longFunction) UnsortedBag.collectLong
(LongFunction<? super T> longFunction) default LongSummaryStatistics
Bag.summarizeLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectLong
(LongFunction<? super T> longFunction) MutableSortedBag.collectLong
(LongFunction<? super T> longFunction) SortedBag.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableCollection.collectLong
(LongFunction<? super T> longFunction) default MutableLongCollection
MutableCollection.collectLong
(LongFunction<? super T> longFunction) Returns a new primitivelong
iterable with the results of applying the specified function on each element of the source collection.<V> ImmutableObjectLongMap
<V> ImmutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> MutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableByteLongMapFactory.from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableByteLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableCharLongMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableCharLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableDoubleLongMapFactory.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableDoubleLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableFloatLongMapFactory.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableFloatLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableIntLongMapFactory.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableIntLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongBooleanMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongByteMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableLongByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongCharMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableLongCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongDoubleMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableLongDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongFloatMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableLongFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongIntMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableLongIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongLongMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableLongLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
V> ImmutableLongObjectMap <V> ImmutableLongObjectMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anImmutableLongObjectMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableLongShortMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableLongShortMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
K> ImmutableObjectLongMap <K> ImmutableObjectLongMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableObjectLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.ImmutableShortLongMapFactory.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableShortLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableByteLongMapFactory.from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableByteLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableCharLongMapFactory.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableCharLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableDoubleLongMapFactory.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableDoubleLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableFloatLongMapFactory.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableFloatLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableIntLongMapFactory.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableIntLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongBooleanMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableLongBooleanMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongByteMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableLongByteMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongCharMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableLongCharMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongDoubleMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableLongDoubleMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongFloatMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableLongFloatMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongIntMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableLongIntMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongLongMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableLongLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
V> MutableLongObjectMap <V> MutableLongObjectMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableLongObjectMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableLongShortMapFactory.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableLongShortMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.<T,
K> MutableObjectLongMap <K> MutableObjectLongMapFactory.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableObjectLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
.MutableShortLongMapFactory.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableShortLongMap
from anIterable<T>
by applyingkeyFunction
andvalueFunction
. -
Uses of LongFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableList.collectLong
(LongFunction<? super T> longFunction) ListIterable.collectLong
(LongFunction<? super T> longFunction) default MutableLongList
MutableList.collectLong
(LongFunction<? super T> longFunction) MultiReaderList.sortThisByLong
(LongFunction<? super T> function) MutableList.sortThisByLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableMap.collectLong
(LongFunction<? super V> longFunction) ImmutableOrderedMap.collectLong
(LongFunction<? super V> longFunction) MutableMap.collectLong
(LongFunction<? super V> longFunction) MutableOrderedMap.collectLong
(LongFunction<? super V> longFunction) OrderedMap.collectLong
(LongFunction<? super V> longFunction) UnsortedMapIterable.collectLong
(LongFunction<? super V> longFunction) <V1> MutableObjectLongMap
<V1> MutableMapIterable.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectLong
(LongFunction<? super V> longFunction) MutablePrimitiveObjectMap.collectLong
(LongFunction<? super V> longFunction) PrimitiveObjectMap.collectLong
(LongFunction<? super V> longFunction) <P> long
MutableByteLongMap.getIfAbsentPutWith
(byte key, LongFunction<? 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> long
MutableCharLongMap.getIfAbsentPutWith
(char key, LongFunction<? 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> long
MutableDoubleLongMap.getIfAbsentPutWith
(double key, LongFunction<? 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> long
MutableFloatLongMap.getIfAbsentPutWith
(float key, LongFunction<? 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> long
MutableIntLongMap.getIfAbsentPutWith
(int key, LongFunction<? 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> long
MutableLongLongMap.getIfAbsentPutWith
(long key, LongFunction<? 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> long
MutableObjectLongMap.getIfAbsentPutWith
(K key, LongFunction<? 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> long
MutableShortLongMap.getIfAbsentPutWith
(short key, LongFunction<? 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.long
MutableObjectLongMap.getIfAbsentPutWithKey
(K key, LongFunction<? 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> ImmutableObjectLongMap
<VV> ImmutablePrimitiveObjectMap.sumByLong
(Function<? super V, ? extends VV> groupBy, LongFunction<? super V> function) <VV> MutableObjectLongMap
<VV> MutablePrimitiveObjectMap.sumByLong
(Function<? super V, ? extends VV> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectLong
(LongFunction<? super V> longFunction) MutableSortedMap.collectLong
(LongFunction<? super V> longFunction) SortedMapIterable.collectLong
(LongFunction<? super V> longFunction) -
Uses of LongFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type LongFunctionModifier and TypeMethodDescriptionOrderedIterable.collectLong
(LongFunction<? super T> longFunction) ReversibleIterable.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableSet.collectLong
(LongFunction<? super T> longFunction) default MutableLongSet
MutableSet.collectLong
(LongFunction<? super T> longFunction) UnsortedSetIterable.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectLong
(LongFunction<? super T> longFunction) MutableSortedSet.collectLong
(LongFunction<? super T> longFunction) SortedSetIterable.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableStack.collectLong
(LongFunction<? super T> longFunction) MutableStack.collectLong
(LongFunction<? super T> longFunction) StackIterable.collectLong
(LongFunction<? super T> longFunction) <V> ImmutableObjectLongMap
<V> ImmutableStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> MutableStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type LongFunctionModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RUnmodifiableRichIterable.collectLong
(LongFunction<? super T> longFunction, R target) <V> ObjectLongMap
<V> UnmodifiableRichIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) long
AbstractRichIterable.sumOfLong
(LongFunction<? super T> function) long
UnmodifiableRichIterable.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type LongFunctionModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractBag.collectLong
(LongFunction<? super T> longFunction, R target) long
AbstractBag.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableBag.collectLong
(LongFunction<? super T> longFunction) ImmutableEmptyBag.collectLong
(LongFunction<? super T> longFunction) <V> ImmutableObjectLongMap
<V> AbstractImmutableBagIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionMultiReaderHashBag.collectLong
(LongFunction<? super T> longFunction) MultiReaderHashBag.UntouchableMutableBag.collectLong
(LongFunction<? super T> longFunction) SynchronizedBag.collectLong
(LongFunction<? super T> longFunction) UnmodifiableBag.collectLong
(LongFunction<? super T> longFunction) <V> MutableObjectLongMap
<V> AbstractMutableBagIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> MultiReaderHashBag.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> UnmodifiableBag.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectLong
(LongFunction<? super T> longFunction) SynchronizedSortedBag.collectLong
(LongFunction<? super T> longFunction) UnmodifiableSortedBag.collectLong
(LongFunction<? super T> longFunction) <V> MutableObjectLongMap
<V> UnmodifiableSortedBag.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type LongFunctionModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractBiMap.collectLong
(LongFunction<? super V> longFunction, R target) long
AbstractBiMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectLong
(LongFunction<? super V> longFunction) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableBiMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractMutableBiMap.collectLong
(LongFunction<? super V> longFunction) UnmodifiableBiMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableBiMap.collectLong
(LongFunction<? super V> longFunction, R target) <V1> MutableObjectLongMap
<V1> AbstractMutableBiMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableBiMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) long
UnmodifiableBiMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.block.comparator.primitive
Fields in org.eclipse.collections.impl.block.comparator.primitive declared as LongFunctionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type LongFunction -
Uses of LongFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement LongFunctionModifier and TypeClassDescriptionstatic final class
Functions.LongFunctionChain<T1,
T2> private static class
private static class
private static class
private static final class
Fields in org.eclipse.collections.impl.block.factory declared as LongFunctionModifier and TypeFieldDescriptionprivate final LongFunction
<? super T> HashingStrategies.LongFunctionHashingStrategy.function
private final LongFunction
<? super T2> Functions.LongFunctionChain.function2
private static final LongFunction
<String> StringFunctions.TO_PRIMITIVE_LONG
Methods in org.eclipse.collections.impl.block.factory that return LongFunctionModifier and TypeMethodDescriptionstatic LongFunction
<String> StringFunctions.toPrimitiveLong()
static LongFunction
<Integer> PrimitiveFunctions.unboxIntegerToLong()
static LongFunction
<Number> PrimitiveFunctions.unboxNumberToLong()
Methods in org.eclipse.collections.impl.block.factory with parameters of type LongFunctionModifier and TypeMethodDescriptionstatic <T> SerializableComparator
<T> Comparators.byLongFunction
(LongFunction<T> function) static <T1,
T2> Functions.LongFunctionChain <T1, T2> Functions.chainLong
(Function<T1, T2> function1, LongFunction<? super T2> function2) Functions.FunctionChain.chainLong
(LongFunction<? super T3> function) static <T> HashingStrategy
<T> HashingStrategies.fromLongFunction
(LongFunction<? super T> function) static <T,
V> Function2 <MutableObjectLongMap<V>, T, MutableObjectLongMap<V>> PrimitiveFunctions.sumByLongFunction
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) static <T> Procedure2
<LongSummaryStatistics, T> Procedures2.summarizeLong
(LongFunction<? super T> function) static <T> SerializableComparator
<T> Functions.toLongComparator
(LongFunction<T> function) Constructors in org.eclipse.collections.impl.block.factory with parameters of type LongFunctionModifierConstructorDescriptionprivate
LongFunctionChain
(Function<T1, T2> function1, LongFunction<? super T2> function2) private
LongFunctionHashingStrategy
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.block.function.primitive
Classes in org.eclipse.collections.impl.block.function.primitive that implement LongFunctionModifier and TypeClassDescriptionclass
LongFunctionImpl is an abstract implementation of the LongFunction interface which can be subclassed explicitly or as an anonymous inner class, without needing to override the valueOf method defined in Function. -
Uses of LongFunction in org.eclipse.collections.impl.block.procedure
Fields in org.eclipse.collections.impl.block.procedure declared as LongFunctionModifier and TypeFieldDescriptionprivate final LongFunction
<? super T> SumOfLongProcedure.function
Constructors in org.eclipse.collections.impl.block.procedure with parameters of type LongFunction -
Uses of LongFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as LongFunctionModifier and TypeFieldDescriptionprivate final LongFunction
<? super T> CollectLongProcedure.longFunction
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongFunctionModifierConstructorDescriptionCollectLongProcedure
(LongFunction<? super T> longFunction, MutableLongCollection targetCollection) -
Uses of LongFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RAbstractSynchronizedRichIterable.collectLong
(LongFunction<? super T> longFunction, R target) <V> ObjectLongMap
<V> AbstractSynchronizedRichIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) long
AbstractSynchronizedRichIterable.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.collection.immutable
Methods in org.eclipse.collections.impl.collection.immutable with parameters of type LongFunctionModifier and TypeMethodDescription<V> ImmutableObjectLongMap
<V> AbstractImmutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type LongFunctionModifier and TypeMethodDescription<R extends MutableLongCollection>
RAbstractCollectionAdapter.collectLong
(LongFunction<? super T> longFunction, R target) <R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection.collectLong
(LongFunction<? super T> longFunction, R target) final <R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.collectLong
(LongFunction<? super T> longFunction, R target) AbstractSynchronizedMutableCollection.collectLong
(LongFunction<? super T> longFunction) AbstractUnmodifiableMutableCollection.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RAbstractUnmodifiableMutableCollection.collectLong
(LongFunction<? super T> longFunction, R target) <V> MutableObjectLongMap
<V> AbstractCollectionAdapter.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> AbstractMultiReaderMutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> AbstractMutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> AbstractSynchronizedMutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> AbstractUnmodifiableMutableCollection.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) long
AbstractCollectionAdapter.sumOfLong
(LongFunction<? super T> function) long
AbstractMultiReaderMutableCollection.sumOfLong
(LongFunction<? super T> function) long
AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumOfLong
(LongFunction<? super T> function) long
AbstractUnmodifiableMutableCollection.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with parameters of type LongFunctionModifier and TypeMethodDescriptionstatic <T,
R extends MutableLongCollection>
Collector<T, ?, R> Collectors2.collectLong
(LongFunction<? super T> function, Supplier<R> supplier) Returns a new MutableLongCollection with the results of applying the specified LongFunction on each element of the source.static <T,
V> Collector <T, ?, MutableObjectLongMap<V>> Collectors2.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) Groups and sums the values using the two specified functions. -
Uses of LongFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractLazyIterable.collectLong
(LongFunction<? super T> longFunction) <V> ObjectLongMap
<V> AbstractLazyIterable.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type LongFunctionModifier and TypeMethodDescriptionlong
AbstractBatch.sumOfLong
(LongFunction<? super T> function) long
AbstractMultiReaderParallelIterable.sumOfLong
(LongFunction<? super T> function) long
AbstractParallelIterable.sumOfLong
(LongFunction<? super T> function) long
AbstractSynchronizedParallelIterable.sumOfLong
(LongFunction<? super T> function) long
Batch.sumOfLong
(LongFunction<? super T> function) long
NonParallelIterable.sumOfLong
(LongFunction<? super T> function) private long
AbstractParallelIterable.sumOfLongOrdered
(LongFunction<Batch<T>> map) -
Uses of LongFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as LongFunctionModifier and TypeFieldDescriptionprivate final LongFunction
<? super T> CollectLongIterable.function
private final LongFunction
<? super T> CollectLongIterable.LongFunctionToProcedure.function
Constructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongFunctionModifierConstructorDescriptionCollectLongIterable
(LazyIterable<T> adapted, LongFunction<? super T> function) private
LongFunctionToProcedure
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed with parameters of type LongFunctionModifier and TypeMethodDescriptionEmptyList.sortThisByLong
(LongFunction<? super T> function) SingletonList.sortThisByLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableList.collectLong
(LongFunction<? super T> longFunction) ImmutableArrayList.summarizeLong
(LongFunction<? super T> function) long
AbstractImmutableList.sumOfLong
(LongFunction<? super T> function) long
ImmutableArrayList.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type LongFunctionModifier and TypeMethodDescription<R extends MutableLongCollection>
RFastList.collectLong
(LongFunction<? super T> longFunction, R target) MultiReaderFastList.collectLong
(LongFunction<? super T> longFunction) MultiReaderFastList.UntouchableMutableList.collectLong
(LongFunction<? super T> longFunction) SynchronizedMutableList.collectLong
(LongFunction<? super T> longFunction) UnmodifiableMutableList.collectLong
(LongFunction<? super T> longFunction) AbstractListAdapter.sortThisByLong
(LongFunction<? super T> function) AbstractMutableList.sortThisByLong
(LongFunction<? super T> function) MultiReaderFastList.sortThisByLong
(LongFunction<? super T> function) MultiReaderFastList.UntouchableMutableList.sortThisByLong
(LongFunction<? super T> function) SynchronizedMutableList.sortThisByLong
(LongFunction<? super T> function) UnmodifiableMutableList.sortThisByLong
(LongFunction<? super T> function) <V> MutableObjectLongMap
<V> FastList.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) FastList.summarizeLong
(LongFunction<? super T> function) long
AbstractMutableList.sumOfLong
(LongFunction<? super T> function) long
FastList.sumOfLong
(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.map
Methods in org.eclipse.collections.impl.map with parameters of type LongFunctionModifier and TypeMethodDescription<V1> MutableObjectLongMap
<V1> AbstractSynchronizedMapIterable.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableMap.collectLong
(LongFunction<? super V> longFunction) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableByteObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableByteObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableByteObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableByteObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableByteObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableCharObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableCharObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableCharObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableCharObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableCharObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableCharObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableDoubleObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableDoubleObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableDoubleObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableDoubleObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableDoubleObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableDoubleObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableFloatObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableFloatObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableFloatObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableFloatObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableFloatObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableFloatObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableIntObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableIntObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableIntObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableIntObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableIntObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableIntObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableLongObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableLongObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableLongObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableLongObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableLongObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableLongObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableShortObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableShortObjectEmptyMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableShortObjectHashMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableShortObjectHashMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableShortObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RImmutableShortObjectSingletonMap.collectLong
(LongFunction<? super V> longFunction, R target) ImmutableByteLongMapFactoryImpl.from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) ImmutableCharLongMapFactoryImpl.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) ImmutableDoubleLongMapFactoryImpl.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) ImmutableFloatLongMapFactoryImpl.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) ImmutableIntLongMapFactoryImpl.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) ImmutableLongBooleanMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableLongByteMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) ImmutableLongCharMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) ImmutableLongDoubleMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) ImmutableLongFloatMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableLongIntMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableLongLongMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,
V> ImmutableLongObjectMap <V> ImmutableLongObjectMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) ImmutableLongShortMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) <T,
K> ImmutableObjectLongMap <K> ImmutableObjectLongMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, LongFunction<? super T> valueFunction) ImmutableShortLongMapFactoryImpl.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableByteObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableCharObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableDoubleObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableFloatObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableIntObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableLongObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableShortObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableByteObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableCharObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableDoubleObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableFloatObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableIntObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableLongObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> ImmutableObjectLongMap
<V1> ImmutableShortObjectEmptyMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) long
ImmutableByteObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableByteObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableByteObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableCharObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableCharObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableCharObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableDoubleObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableDoubleObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableDoubleObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableFloatObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableFloatObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableFloatObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableIntObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableIntObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableIntObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableLongObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableLongObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableLongObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableShortObjectEmptyMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableShortObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ImmutableShortObjectSingletonMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractMutableMap.collectLong
(LongFunction<? super V> longFunction) SynchronizedMutableMap.collectLong
(LongFunction<? super V> longFunction) UnmodifiableMutableMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableMutableMap.collectLong
(LongFunction<? super V> longFunction, R target) <V1> MutableObjectLongMap
<V1> AbstractMutableMapIterable.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableMutableMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) long
UnmodifiableMutableMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongFunctionModifier and TypeMethodDescriptionByteObjectHashMap.collectLong
(LongFunction<? super V> longFunction) CharObjectHashMap.collectLong
(LongFunction<? super V> longFunction) DoubleObjectHashMap.collectLong
(LongFunction<? super V> longFunction) FloatObjectHashMap.collectLong
(LongFunction<? super V> longFunction) IntObjectHashMap.collectLong
(LongFunction<? super V> longFunction) LongObjectHashMap.collectLong
(LongFunction<? super V> longFunction) ShortObjectHashMap.collectLong
(LongFunction<? super V> longFunction) SynchronizedByteObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedByteObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedCharObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedCharObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedDoubleObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedDoubleObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedFloatObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedFloatObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedIntObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedIntObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedLongObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedLongObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) SynchronizedShortObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RSynchronizedShortObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableByteObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableByteObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableCharObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableCharObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableDoubleObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableDoubleObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableFloatObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableFloatObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableIntObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableIntObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableLongObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableLongObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) UnmodifiableShortObjectMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableShortObjectMap.collectLong
(LongFunction<? super V> longFunction, R target) MutableByteLongMapFactoryImpl.from
(Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableCharLongMapFactoryImpl.from
(Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableDoubleLongMapFactoryImpl.from
(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableFloatLongMapFactoryImpl.from
(Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableIntLongMapFactoryImpl.from
(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) MutableLongBooleanMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableLongByteMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableLongCharMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) MutableLongDoubleMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) MutableLongFloatMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) MutableLongIntMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableLongLongMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,
V> MutableLongObjectMap <V> MutableLongObjectMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) MutableLongShortMapFactoryImpl.from
(Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) <T,
K> MutableObjectLongMap <K> MutableObjectLongMapFactoryImpl.from
(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, LongFunction<? super T> valueFunction) MutableShortLongMapFactoryImpl.from
(Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <P> long
ByteLongHashMap.getIfAbsentPutWith
(byte key, LongFunction<? super P> function, P parameter) <P> long
CharLongHashMap.getIfAbsentPutWith
(char key, LongFunction<? super P> function, P parameter) <P> long
DoubleLongHashMap.getIfAbsentPutWith
(double key, LongFunction<? super P> function, P parameter) <P> long
FloatLongHashMap.getIfAbsentPutWith
(float key, LongFunction<? super P> function, P parameter) <P> long
IntLongHashMap.getIfAbsentPutWith
(int key, LongFunction<? super P> function, P parameter) <P> long
LongLongHashMap.getIfAbsentPutWith
(long key, LongFunction<? super P> function, P parameter) <P> long
ObjectLongHashMap.getIfAbsentPutWith
(K key, LongFunction<? super P> function, P parameter) <P> long
ObjectLongHashMapWithHashingStrategy.getIfAbsentPutWith
(K key, LongFunction<? super P> function, P parameter) <P> long
ShortLongHashMap.getIfAbsentPutWith
(short key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedByteLongMap.getIfAbsentPutWith
(byte key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedCharLongMap.getIfAbsentPutWith
(char key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedDoubleLongMap.getIfAbsentPutWith
(double key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedFloatLongMap.getIfAbsentPutWith
(float key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedIntLongMap.getIfAbsentPutWith
(int key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedLongLongMap.getIfAbsentPutWith
(long key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedObjectLongMap.getIfAbsentPutWith
(K key, LongFunction<? super P> function, P parameter) <P> long
SynchronizedShortLongMap.getIfAbsentPutWith
(short key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableByteLongMap.getIfAbsentPutWith
(byte key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableCharLongMap.getIfAbsentPutWith
(char key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableDoubleLongMap.getIfAbsentPutWith
(double key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableFloatLongMap.getIfAbsentPutWith
(float key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableIntLongMap.getIfAbsentPutWith
(int key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableLongLongMap.getIfAbsentPutWith
(long key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableObjectLongMap.getIfAbsentPutWith
(K key, LongFunction<? super P> function, P parameter) <P> long
UnmodifiableShortLongMap.getIfAbsentPutWith
(short key, LongFunction<? super P> function, P parameter) long
ObjectLongHashMap.getIfAbsentPutWithKey
(K key, LongFunction<? super K> function) long
ObjectLongHashMapWithHashingStrategy.getIfAbsentPutWithKey
(K key, LongFunction<? super K> function) long
SynchronizedObjectLongMap.getIfAbsentPutWithKey
(K key, LongFunction<? super K> function) long
UnmodifiableObjectLongMap.getIfAbsentPutWithKey
(K key, LongFunction<? super K> function) <V1> MutableObjectLongMap
<V1> ByteObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> CharObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> DoubleObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> FloatObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> IntObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> LongObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> ShortObjectHashMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedByteObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedCharObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedDoubleObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedFloatObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedIntObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedLongObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> SynchronizedShortObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableByteObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableCharObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableDoubleObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableFloatObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableIntObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableLongObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <V1> MutableObjectLongMap
<V1> UnmodifiableShortObjectMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) long
ByteObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
CharObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
DoubleObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
FloatObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
IntObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
LongObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
ShortObjectHashMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedByteObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedCharObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedDoubleObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedFloatObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedIntObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedLongObjectMap.sumOfLong
(LongFunction<? super V> function) long
SynchronizedShortObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableByteObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableCharObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableDoubleObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableFloatObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableIntObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableLongObjectMap.sumOfLong
(LongFunction<? super V> function) long
UnmodifiableShortObjectMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionOrderedMapAdapter.collectLong
(LongFunction<? super V> longFunction) UnmodifiableMutableOrderedMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableMutableOrderedMap.collectLong
(LongFunction<? super V> longFunction, R target) <V1> MutableObjectLongMap
<V1> OrderedMapAdapter.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) <VV> MutableObjectLongMap
<VV> UnmodifiableMutableOrderedMap.sumByLong
(Function<? super V, ? extends VV> groupBy, LongFunction<? super V> function) UnmodifiableMutableOrderedMap.summarizeLong
(LongFunction<? super V> function) long
UnmodifiableMutableOrderedMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectLong
(LongFunction<? super V> longFunction) <V1> ImmutableObjectLongMap
<V1> AbstractImmutableSortedMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectLong
(LongFunction<? super V> longFunction) SynchronizedSortedMap.collectLong
(LongFunction<? super V> longFunction) UnmodifiableTreeMap.collectLong
(LongFunction<? super V> longFunction) <R extends MutableLongCollection>
RUnmodifiableTreeMap.collectLong
(LongFunction<? super V> longFunction, R target) <V1> MutableObjectLongMap
<V1> UnmodifiableTreeMap.sumByLong
(Function<? super V, ? extends V1> groupBy, LongFunction<? super V> function) long
UnmodifiableTreeMap.sumOfLong
(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel declared as LongFunctionModifier and TypeFieldDescriptionprivate final LongFunction
<? super T> ParallelIterate.SumByLongProcedure.function
Methods in org.eclipse.collections.impl.parallel with parameters of type LongFunctionModifier and TypeMethodDescriptionstatic <T,
V> ObjectLongMap <V> ParallelIterate.sumByLong
(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) Constructors in org.eclipse.collections.impl.parallel with parameters of type LongFunctionModifierConstructorDescriptionprivate
SumByLongProcedure
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableSet.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectLong
(LongFunction<? super T> longFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectLong
(LongFunction<? super T> longFunction) SynchronizedMutableSet.collectLong
(LongFunction<? super T> longFunction) UnmodifiableMutableSet.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionSortedSetAdapter.collectLong
(LongFunction<? super T> longFunction) SynchronizedSortedSet.collectLong
(LongFunction<? super T> longFunction) TreeSortedSet.collectLong
(LongFunction<? super T> longFunction) UnmodifiableSortedSet.collectLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type LongFunctionModifier and TypeMethodDescriptionImmutableArrayStack.collectLong
(LongFunction<? super T> longFunction) Deprecated.<R extends MutableLongCollection>
RImmutableArrayStack.collectLong
(LongFunction<? super T> longFunction, R target) Deprecated.ImmutableEmptyStack.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RImmutableEmptyStack.collectLong
(LongFunction<? super T> longFunction, R target) ImmutableNotEmptyStack.collectLong
(LongFunction<? super T> function) <V> ImmutableObjectLongMap
<V> ImmutableArrayStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) Deprecated.<V> ImmutableObjectLongMap
<V> ImmutableEmptyStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> ImmutableObjectLongMap
<V> ImmutableNotEmptyStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) long
ImmutableArrayStack.sumOfLong
(LongFunction<? super T> longFunction) Deprecated. -
Uses of LongFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type LongFunctionModifier and TypeMethodDescriptionArrayStack.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RArrayStack.collectLong
(LongFunction<? super T> longFunction, R target) SynchronizedStack.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RSynchronizedStack.collectLong
(LongFunction<? super T> longFunction, R target) UnmodifiableStack.collectLong
(LongFunction<? super T> longFunction) <R extends MutableLongCollection>
RUnmodifiableStack.collectLong
(LongFunction<? super T> longFunction, R target) <V> MutableObjectLongMap
<V> ArrayStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> SynchronizedStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) <V> MutableObjectLongMap
<V> UnmodifiableStack.sumByLong
(Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) long
ArrayStack.sumOfLong
(LongFunction<? super T> longFunction) long
SynchronizedStack.sumOfLong
(LongFunction<? super T> longFunction) long
UnmodifiableStack.sumOfLong
(LongFunction<? super T> longFunction) -
Uses of LongFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type LongFunctionModifier and TypeMethodDescriptionstatic <T> MutableLongList
ArrayIterate.collectLong
(T[] objectArray, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RArrayIterate.collectLong
(T[] objectArray, LongFunction<? super T> longFunction, R target) static <T> MutableLongList
ArrayListIterate.collectLong
(ArrayList<T> list, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RArrayListIterate.collectLong
(ArrayList<T> list, LongFunction<? super T> longFunction, R target) static <T> MutableLongCollection
Iterate.collectLong
(Iterable<T> iterable, LongFunction<? super T> longFunction) Returns a newlong
collection with the results of applying the specified longFunction for each element of the iterable.static <T,
R extends MutableLongCollection>
RIterate.collectLong
(Iterable<T> iterable, LongFunction<? super T> longFunction, R target) Same asIterate.collectLong(Iterable, LongFunction)
, except that the results are gathered into the specifiedtarget
collection.static <T> MutableLongList
ListIterate.collectLong
(List<T> list, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RListIterate.collectLong
(List<T> list, LongFunction<? super T> longFunction, R target) static <K,
V> MutableLongCollection MapIterate.collectLong
(Map<K, V> map, LongFunction<? super V> longFunction) static <K,
V, R extends MutableLongCollection>
RMapIterate.collectLong
(Map<K, V> map, LongFunction<? super V> longFunction, R target) private static <T,
R extends MutableLongCollection>
RArrayListIterate.collectLongFromInternalArray
(ArrayList<T> source, LongFunction<? super T> longFunction, int elementsToCollect, R target) static <V,
T> ObjectLongMap <V> ArrayIterate.sumByLong
(T[] array, Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) static <T,
V> ObjectLongMap <V> Iterate.sumByLong
(Iterable<T> iterable, Function<T, V> groupBy, LongFunction<? super T> function) static <V,
T> ObjectLongMap <V> ListIterate.sumByLong
(List<T> list, Function<T, V> groupBy, LongFunction<? super T> function) static <T> long
ArrayIterate.sumOfLong
(T[] array, LongFunction<? super T> function) static <T> long
Iterate.sumOfLong
(Iterable<T> iterable, LongFunction<? super T> function) static <T> long
ListIterate.sumOfLong
(List<T> list, LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type LongFunctionModifier and TypeMethodDescriptionstatic <T> MutableLongCollection
IterableIterate.collectLong
(Iterable<T> iterable, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RIterableIterate.collectLong
(Iterable<T> iterable, LongFunction<? super T> longFunction, R target) static <T> MutableLongCollection
IteratorIterate.collectLong
(Iterator<T> iterator, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RIteratorIterate.collectLong
(Iterator<T> iterator, LongFunction<? super T> longFunction, R target) static <T> MutableLongList
RandomAccessListIterate.collectLong
(List<T> list, LongFunction<? super T> longFunction) static <T,
R extends MutableLongCollection>
RRandomAccessListIterate.collectLong
(List<T> list, LongFunction<? super T> longFunction, R target) static <V,
T> MutableObjectLongMap <V> InternalArrayIterate.sumByLong
(T[] array, int size, Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) static <V,
T> ObjectLongMap <V> IterableIterate.sumByLong
(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) static <V,
T> ObjectLongMap <V> RandomAccessListIterate.sumByLong
(List<T> list, Function<? super T, ? extends V> groupBy, LongFunction<? super T> function) static <T> LongSummaryStatistics
InternalArrayIterate.summarizeLong
(T[] items, int size, LongFunction<? super T> function) static <T> long
InternalArrayIterate.sumOfLong
(T[] array, int size, LongFunction<? super T> function) static <T> long
IterableIterate.sumOfLong
(Iterable<T> iterable, LongFunction<? super T> function) static <T> long
IteratorIterate.sumOfLong
(Iterator<T> iterator, LongFunction<? super T> function) static <T> long
RandomAccessListIterate.sumOfLong
(List<T> list, LongFunction<? super T> function)