Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongFunction
-
Packages that use LongFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.api.bag This package contains interfaces for Bag API.org.eclipse.collections.api.bag.sorted This package contains interfaces for SortedBag API.org.eclipse.collections.api.collection org.eclipse.collections.api.factory.map.primitive org.eclipse.collections.api.list This package contains interfaces for list API which enhance the performance and functionality ofList.org.eclipse.collections.api.map This package contains interfaces for map API which enhance the performance and functionality ofMaporg.eclipse.collections.api.map.primitive This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.org.eclipse.collections.api.map.sorted This package contains mutable and immutable sorted map interfaces.org.eclipse.collections.api.ordered org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.sorted This package contains interfaces for sorted set API.org.eclipse.collections.api.stack This package contains interfaces for stack API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBaginterface.org.eclipse.collections.impl.bag.mutable This package contains implementations of theMutableBaginterface.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.bag.sorted.mutable This package contains implementations ofMutableSortedBag.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.immutable org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.org.eclipse.collections.impl.block.comparator.primitive This package contains implementations of theSerializableComparatorinterface to compare primitive double, int and long.org.eclipse.collections.impl.block.factory This package contains factory implementations forFunction,Predicate,SerializableComparatorandProcedure.org.eclipse.collections.impl.block.function.primitive This package contains implementations of primitive functions.org.eclipse.collections.impl.block.procedure This package contains implementations ofProcedureandProcedure2.org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.immutable This package contains implementations of theImmutableCollectioninterface.org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollectioninterface.org.eclipse.collections.impl.collector org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.lazy.parallel org.eclipse.collections.impl.lazy.primitive This package contains implementations of the lazy primitive iterator interfaces.org.eclipse.collections.impl.list.fixed This package contains implementations of theFixedSizeListinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.org.eclipse.collections.impl.map This package contains implementations of theMapIterableinterface.org.eclipse.collections.impl.map.immutable This package contains implementations of theImmutableMapinterface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMapinterface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.parallel This package contains classes which is used for parallel iteration through the containers.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
-
Uses of LongFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type LongFunction Modifier and Type Method Description LazyLongIterableLazyIterable. collectLong(LongFunction<? super T> longFunction)Returns a lazy LongIterable which will transform the underlying iterable data to long values based on the longFunction.LongIterableRichIterable. collectLong(LongFunction<? super T> longFunction)Returns a new primitivelongiterable 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 specifiedtargetcollection.<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 java.util.LongSummaryStatisticsRichIterable. summarizeLong(LongFunction<? super T> function)Returns the result of summarizing the value returned from applying the LongFunction to each element of the iterable.longParallelIterable. 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.longRichIterable. 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 LongFunction Modifier and Type Method Description ImmutableLongBagImmutableBag. collectLong(LongFunction<? super T> longFunction)default MutableLongBagMutableBag. collectLong(LongFunction<? super T> longFunction)LongBagUnsortedBag. collectLong(LongFunction<? super T> longFunction)default java.util.LongSummaryStatisticsBag. 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 LongFunction Modifier and Type Method Description ImmutableLongListImmutableSortedBag. collectLong(LongFunction<? super T> longFunction)MutableLongListMutableSortedBag. collectLong(LongFunction<? super T> longFunction)LongListSortedBag. 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 LongFunction Modifier and Type Method Description ImmutableLongCollectionImmutableCollection. collectLong(LongFunction<? super T> longFunction)default MutableLongCollectionMutableCollection. collectLong(LongFunction<? super T> longFunction)Returns a new primitivelongiterable 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 LongFunction Modifier and Type Method Description <T> ImmutableByteLongMapImmutableByteLongMapFactory. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableByteLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableCharLongMapImmutableCharLongMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableCharLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableDoubleLongMapImmutableDoubleLongMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableDoubleLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableFloatLongMapImmutableFloatLongMapFactory. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableIntLongMapImmutableIntLongMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableIntLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongBooleanMapImmutableLongBooleanMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anImmutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongByteMapImmutableLongByteMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anImmutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongCharMapImmutableLongCharMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anImmutableLongCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongDoubleMapImmutableLongDoubleMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anImmutableLongDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongFloatMapImmutableLongFloatMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anImmutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongIntMapImmutableLongIntMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anImmutableLongIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongLongMapImmutableLongLongMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableLongLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V>
ImmutableLongObjectMap<V>ImmutableLongObjectMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)Creates anImmutableLongObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableLongShortMapImmutableLongShortMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anImmutableLongShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K>
ImmutableObjectLongMap<K>ImmutableObjectLongMapFactory. from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableObjectLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> ImmutableShortLongMapImmutableShortLongMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anImmutableShortLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableByteLongMapMutableByteLongMapFactory. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableByteLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableCharLongMapMutableCharLongMapFactory. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableCharLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableDoubleLongMapMutableDoubleLongMapFactory. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableDoubleLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableFloatLongMapMutableFloatLongMapFactory. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableFloatLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableIntLongMapMutableIntLongMapFactory. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableIntLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongBooleanMapMutableLongBooleanMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)Creates anMutableLongBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongByteMapMutableLongByteMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)Creates anMutableLongByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongCharMapMutableLongCharMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)Creates anMutableLongCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongDoubleMapMutableLongDoubleMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)Creates anMutableLongDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongFloatMapMutableLongFloatMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)Creates anMutableLongFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongIntMapMutableLongIntMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)Creates anMutableLongIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongLongMapMutableLongLongMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableLongLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V>
MutableLongObjectMap<V>MutableLongObjectMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)Creates anMutableLongObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableLongShortMapMutableLongShortMapFactory. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)Creates anMutableLongShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K>
MutableObjectLongMap<K>MutableObjectLongMapFactory. from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableObjectLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableShortLongMapMutableShortLongMapFactory. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)Creates anMutableShortLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of LongFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type LongFunction Modifier and Type Method Description ImmutableLongListImmutableList. collectLong(LongFunction<? super T> longFunction)LongListListIterable. collectLong(LongFunction<? super T> longFunction)default MutableLongListMutableList. collectLong(LongFunction<? super T> longFunction)MultiReaderList<T>MultiReaderList. sortThisByLong(LongFunction<? super T> function)MutableList<T>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 LongFunction Modifier and Type Method Description ImmutableLongBagImmutableMap. collectLong(LongFunction<? super V> longFunction)ImmutableLongListImmutableOrderedMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagMutableMap. collectLong(LongFunction<? super V> longFunction)MutableLongListMutableOrderedMap. collectLong(LongFunction<? super V> longFunction)LongListOrderedMap. collectLong(LongFunction<? super V> longFunction)LongBagUnsortedMapIterable. collectLong(LongFunction<? super V> longFunction)<VV> ImmutableObjectLongMap<VV>ImmutableOrderedMap. sumByLong(Function<? super V,? extends VV> groupBy, LongFunction<? super V> function)<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 LongFunction Modifier and Type Method Description ImmutableLongBagImmutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagMutablePrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)LongBagPrimitiveObjectMap. collectLong(LongFunction<? super V> longFunction)<P> longMutableByteLongMap. 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> longMutableCharLongMap. 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> longMutableDoubleLongMap. 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> longMutableFloatLongMap. 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> longMutableIntLongMap. 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> longMutableLongLongMap. 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> longMutableObjectLongMap. 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> longMutableShortLongMap. 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.longMutableObjectLongMap. 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 LongFunction Modifier and Type Method Description ImmutableLongListImmutableSortedMap. collectLong(LongFunction<? super V> longFunction)MutableLongListMutableSortedMap. collectLong(LongFunction<? super V> longFunction)LongListSortedMapIterable. 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 LongFunction Modifier and Type Method Description OrderedLongIterableOrderedIterable. collectLong(LongFunction<? super T> longFunction)ReversibleLongIterableReversibleIterable. 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 LongFunction Modifier and Type Method Description ImmutableLongSetImmutableSet. collectLong(LongFunction<? super T> longFunction)default MutableLongSetMutableSet. collectLong(LongFunction<? super T> longFunction)LongSetUnsortedSetIterable. 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 LongFunction Modifier and Type Method Description ImmutableLongListImmutableSortedSet. collectLong(LongFunction<? super T> longFunction)MutableLongListMutableSortedSet. collectLong(LongFunction<? super T> longFunction)LongListSortedSetIterable. 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 LongFunction Modifier and Type Method Description ImmutableLongStackImmutableStack. collectLong(LongFunction<? super T> longFunction)MutableLongStackMutableStack. collectLong(LongFunction<? super T> longFunction)LongStackStackIterable. 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 LongFunction Modifier and Type Method Description LongIterableUnmodifiableRichIterable. 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)longAbstractRichIterable. sumOfLong(LongFunction<? super T> function)longUnmodifiableRichIterable. 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 LongFunction Modifier and Type Method Description <R extends MutableLongCollection>
RAbstractBag. collectLong(LongFunction<? super T> longFunction, R target)longAbstractBag. 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 LongFunction Modifier and Type Method Description ImmutableLongBagAbstractImmutableBag. collectLong(LongFunction<? super T> longFunction)ImmutableLongBagImmutableEmptyBag. 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 LongFunction Modifier and Type Method Description MutableLongBagMultiReaderHashBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagMultiReaderHashBag.UntouchableMutableBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagSynchronizedBag. collectLong(LongFunction<? super T> longFunction)MutableLongBagUnmodifiableBag. 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 LongFunction Modifier and Type Method Description ImmutableLongListAbstractImmutableSortedBag. 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 LongFunction Modifier and Type Method Description MutableLongListAbstractMutableSortedBag. collectLong(LongFunction<? super T> longFunction)MutableLongListSynchronizedSortedBag. collectLong(LongFunction<? super T> longFunction)MutableLongListUnmodifiableSortedBag. 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 LongFunction Modifier and Type Method Description <R extends MutableLongCollection>
RAbstractBiMap. collectLong(LongFunction<? super V> longFunction, R target)longAbstractBiMap. 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 LongFunction Modifier and Type Method Description ImmutableLongBagAbstractImmutableBiMap. 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 LongFunction Modifier and Type Method Description MutableLongBagAbstractMutableBiMap. collectLong(LongFunction<? super V> longFunction)LongIterableUnmodifiableBiMap. 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)longUnmodifiableBiMap. 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 LongFunction Modifier and Type Field Description private LongFunction<T>LongFunctionComparator. functionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type LongFunction Constructor Description LongFunctionComparator(LongFunction<T> function) -
Uses of LongFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement LongFunction Modifier and Type Class Description static classFunctions.LongFunctionChain<T1,T2>private static classFunctions.LongPassThruFunctionprivate static classPrimitiveFunctions.UnboxIntegerToLongprivate static classPrimitiveFunctions.UnboxNumberToLongprivate static classStringFunctions.ToPrimitiveLongFunctionFields in org.eclipse.collections.impl.block.factory declared as LongFunction Modifier and Type Field Description private LongFunction<? super T>HashingStrategies.LongFunctionHashingStrategy. functionprivate LongFunction<? super T2>Functions.LongFunctionChain. function2private static LongFunction<java.lang.String>StringFunctions. TO_PRIMITIVE_LONGMethods in org.eclipse.collections.impl.block.factory that return LongFunction Modifier and Type Method Description static LongFunction<java.lang.String>StringFunctions. toPrimitiveLong()static LongFunction<java.lang.Integer>PrimitiveFunctions. unboxIntegerToLong()static LongFunction<java.lang.Number>PrimitiveFunctions. unboxNumberToLong()Methods in org.eclipse.collections.impl.block.factory with parameters of type LongFunction Modifier and Type Method Description static <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.LongFunctionChain<T1,T3>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<java.util.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 LongFunction Constructor Description LongFunctionChain(Function<T1,T2> function1, LongFunction<? super T2> function2)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 LongFunction Modifier and Type Class Description classLongFunctionImpl<T>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 LongFunction Modifier and Type Field Description private LongFunction<? super T>SumOfLongProcedure. functionConstructors in org.eclipse.collections.impl.block.procedure with parameters of type LongFunction Constructor Description SumOfLongProcedure(LongFunction<? super T> function) -
Uses of LongFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as LongFunction Modifier and Type Field Description private LongFunction<? super T>CollectLongProcedure. longFunctionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type LongFunction Constructor Description CollectLongProcedure(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 LongFunction Modifier and Type Method Description LongIterableAbstractSynchronizedRichIterable. 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)longAbstractSynchronizedRichIterable. 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 LongFunction Modifier and Type Method Description <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 LongFunction Modifier and Type Method Description <R extends MutableLongCollection>
RAbstractCollectionAdapter. collectLong(LongFunction<? super T> longFunction, R target)<R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection. collectLong(LongFunction<? super T> longFunction, R target)<R extends MutableLongCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection. collectLong(LongFunction<? super T> longFunction, R target)MutableLongCollectionAbstractSynchronizedMutableCollection. collectLong(LongFunction<? super T> longFunction)MutableLongCollectionAbstractUnmodifiableMutableCollection. 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)longAbstractCollectionAdapter. sumOfLong(LongFunction<? super T> function)longAbstractMultiReaderMutableCollection. sumOfLong(LongFunction<? super T> function)longAbstractMultiReaderMutableCollection.UntouchableMutableCollection. sumOfLong(LongFunction<? super T> function)longAbstractUnmodifiableMutableCollection. 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 LongFunction Modifier and Type Method Description static <T,R extends MutableLongCollection>
java.util.stream.Collector<T,?,R>Collectors2. collectLong(LongFunction<? super T> function, java.util.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>
java.util.stream.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 LongFunction Modifier and Type Method Description LazyLongIterableAbstractLazyIterable. 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 LongFunction Modifier and Type Method Description longAbstractBatch. sumOfLong(LongFunction<? super T> function)longAbstractMultiReaderParallelIterable. sumOfLong(LongFunction<? super T> function)longAbstractParallelIterable. sumOfLong(LongFunction<? super T> function)longAbstractSynchronizedParallelIterable. sumOfLong(LongFunction<? super T> function)longBatch. sumOfLong(LongFunction<? super T> function)longNonParallelIterable. sumOfLong(LongFunction<? super T> function)private longAbstractParallelIterable. 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 LongFunction Modifier and Type Field Description private LongFunction<? super T>CollectLongIterable. functionprivate LongFunction<? super T>CollectLongIterable.LongFunctionToProcedure. functionConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type LongFunction Constructor Description CollectLongIterable(LazyIterable<T> adapted, LongFunction<? super T> function)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 LongFunction Modifier and Type Method Description MutableList<T>EmptyList. sortThisByLong(LongFunction<? super T> function)MutableList<T>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 LongFunction Modifier and Type Method Description ImmutableLongListAbstractImmutableList. collectLong(LongFunction<? super T> longFunction)java.util.LongSummaryStatisticsImmutableArrayList. summarizeLong(LongFunction<? super T> function)longAbstractImmutableList. sumOfLong(LongFunction<? super T> function)longImmutableArrayList. 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 LongFunction Modifier and Type Method Description <R extends MutableLongCollection>
RFastList. collectLong(LongFunction<? super T> longFunction, R target)MutableLongListMultiReaderFastList. collectLong(LongFunction<? super T> longFunction)MutableLongListMultiReaderFastList.UntouchableMutableList. collectLong(LongFunction<? super T> longFunction)MutableLongListSynchronizedMutableList. collectLong(LongFunction<? super T> longFunction)MutableLongListUnmodifiableMutableList. collectLong(LongFunction<? super T> longFunction)MutableList<T>AbstractListAdapter. sortThisByLong(LongFunction<? super T> function)MutableList<T>AbstractMutableList. sortThisByLong(LongFunction<? super T> function)MultiReaderList<T>MultiReaderFastList. sortThisByLong(LongFunction<? super T> function)MutableList<T>MultiReaderFastList.UntouchableMutableList. sortThisByLong(LongFunction<? super T> function)MutableList<T>SynchronizedMutableList. sortThisByLong(LongFunction<? super T> function)MutableList<T>UnmodifiableMutableList. sortThisByLong(LongFunction<? super T> function)<V> MutableObjectLongMap<V>FastList. sumByLong(Function<? super T,? extends V> groupBy, LongFunction<? super T> function)java.util.LongSummaryStatisticsFastList. summarizeLong(LongFunction<? super T> function)longAbstractMutableList. sumOfLong(LongFunction<? super T> function)longFastList. 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 LongFunction Modifier and Type Method Description <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 LongFunction Modifier and Type Method Description ImmutableLongBagAbstractImmutableMap. 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 LongFunction Modifier and Type Method Description ImmutableLongBagImmutableByteObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableByteObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableByteObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableByteObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableByteObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableByteObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableCharObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableCharObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableCharObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableCharObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableCharObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableCharObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableDoubleObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableDoubleObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableDoubleObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableDoubleObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableDoubleObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableDoubleObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableFloatObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableFloatObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableFloatObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableFloatObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableFloatObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableFloatObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableIntObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableIntObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableIntObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableIntObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableIntObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableIntObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableLongObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableLongObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableLongObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableLongObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableLongObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableLongObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableShortObjectEmptyMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableShortObjectEmptyMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableShortObjectHashMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableShortObjectHashMap. collectLong(LongFunction<? super V> longFunction, R target)ImmutableLongBagImmutableShortObjectSingletonMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RImmutableShortObjectSingletonMap. collectLong(LongFunction<? super V> longFunction, R target)<T> ImmutableByteLongMapImmutableByteLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableCharLongMapImmutableCharLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableDoubleLongMapImmutableDoubleLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableFloatLongMapImmutableFloatLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableIntLongMapImmutableIntLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableLongBooleanMapImmutableLongBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)<T> ImmutableLongByteMapImmutableLongByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)<T> ImmutableLongCharMapImmutableLongCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)<T> ImmutableLongDoubleMapImmutableLongDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)<T> ImmutableLongFloatMapImmutableLongFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)<T> ImmutableLongIntMapImmutableLongIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)<T> ImmutableLongLongMapImmutableLongLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T,V>
ImmutableLongObjectMap<V>ImmutableLongObjectMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)<T> ImmutableLongShortMapImmutableLongShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)<T,K>
ImmutableObjectLongMap<K>ImmutableObjectLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)<T> ImmutableShortLongMapImmutableShortLongMapFactoryImpl. from(java.lang.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)longImmutableByteObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableByteObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableByteObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableCharObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableCharObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableCharObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableDoubleObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableDoubleObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableDoubleObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableFloatObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableFloatObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableFloatObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableIntObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableIntObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableIntObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableLongObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableLongObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableLongObjectSingletonMap. sumOfLong(LongFunction<? super V> function)longImmutableShortObjectEmptyMap. sumOfLong(LongFunction<? super V> function)longImmutableShortObjectHashMap. sumOfLong(LongFunction<? super V> function)longImmutableShortObjectSingletonMap. 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 LongFunction Modifier and Type Method Description MutableLongBagAbstractMutableMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedMutableMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagUnmodifiableMutableMap. 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)longUnmodifiableMutableMap. 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 LongFunction Modifier and Type Method Description MutableLongBagByteObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagCharObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagDoubleObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagFloatObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagIntObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagLongObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagShortObjectHashMap. collectLong(LongFunction<? super V> longFunction)MutableLongBagSynchronizedByteObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedByteObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedCharObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedCharObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedDoubleObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedDoubleObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedFloatObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedFloatObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedIntObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedIntObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedLongObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedLongObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagSynchronizedShortObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RSynchronizedShortObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableByteObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableByteObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableCharObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableCharObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableDoubleObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableDoubleObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableFloatObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableFloatObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableIntObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableIntObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableLongObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableLongObjectMap. collectLong(LongFunction<? super V> longFunction, R target)MutableLongBagUnmodifiableShortObjectMap. collectLong(LongFunction<? super V> longFunction)<R extends MutableLongCollection>
RUnmodifiableShortObjectMap. collectLong(LongFunction<? super V> longFunction, R target)<T> MutableByteLongMapMutableByteLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ByteFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> MutableCharLongMapMutableCharLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, CharFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> MutableDoubleLongMapMutableDoubleLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, DoubleFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> MutableFloatLongMapMutableFloatLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, FloatFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> MutableIntLongMapMutableIntLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T> MutableLongBooleanMapMutableLongBooleanMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction)<T> MutableLongByteMapMutableLongByteMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction)<T> MutableLongCharMapMutableLongCharMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, CharFunction<? super T> valueFunction)<T> MutableLongDoubleMapMutableLongDoubleMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction)<T> MutableLongFloatMapMutableLongFloatMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction)<T> MutableLongIntMapMutableLongIntMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction)<T> MutableLongLongMapMutableLongLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<T,V>
MutableLongObjectMap<V>MutableLongObjectMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, Function<? super T,? extends V> valueFunction)<T> MutableLongShortMapMutableLongShortMapFactoryImpl. from(java.lang.Iterable<T> iterable, LongFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction)<T,K>
MutableObjectLongMap<K>MutableObjectLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, Function<? super T,? extends K> keyFunction, LongFunction<? super T> valueFunction)<T> MutableShortLongMapMutableShortLongMapFactoryImpl. from(java.lang.Iterable<T> iterable, ShortFunction<? super T> keyFunction, LongFunction<? super T> valueFunction)<P> longByteLongHashMap. getIfAbsentPutWith(byte key, LongFunction<? super P> function, P parameter)<P> longCharLongHashMap. getIfAbsentPutWith(char key, LongFunction<? super P> function, P parameter)<P> longDoubleLongHashMap. getIfAbsentPutWith(double key, LongFunction<? super P> function, P parameter)<P> longFloatLongHashMap. getIfAbsentPutWith(float key, LongFunction<? super P> function, P parameter)<P> longIntLongHashMap. getIfAbsentPutWith(int key, LongFunction<? super P> function, P parameter)<P> longLongLongHashMap. getIfAbsentPutWith(long key, LongFunction<? super P> function, P parameter)<P> longObjectLongHashMap. getIfAbsentPutWith(K key, LongFunction<? super P> function, P parameter)<P> longObjectLongHashMapWithHashingStrategy. getIfAbsentPutWith(K key, LongFunction<? super P> function, P parameter)<P> longShortLongHashMap. getIfAbsentPutWith(short key, LongFunction<? super P> function, P parameter)<P> longSynchronizedByteLongMap. getIfAbsentPutWith(byte key, LongFunction<? super P> function, P parameter)<P> longSynchronizedCharLongMap. getIfAbsentPutWith(char key, LongFunction<? super P> function, P parameter)<P> longSynchronizedDoubleLongMap. getIfAbsentPutWith(double key, LongFunction<? super P> function, P parameter)<P> longSynchronizedFloatLongMap. getIfAbsentPutWith(float key, LongFunction<? super P> function, P parameter)<P> longSynchronizedIntLongMap. getIfAbsentPutWith(int key, LongFunction<? super P> function, P parameter)<P> longSynchronizedLongLongMap. getIfAbsentPutWith(long key, LongFunction<? super P> function, P parameter)<P> longSynchronizedObjectLongMap. getIfAbsentPutWith(K key, LongFunction<? super P> function, P parameter)<P> longSynchronizedShortLongMap. getIfAbsentPutWith(short key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableByteLongMap. getIfAbsentPutWith(byte key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableCharLongMap. getIfAbsentPutWith(char key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableDoubleLongMap. getIfAbsentPutWith(double key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableFloatLongMap. getIfAbsentPutWith(float key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableIntLongMap. getIfAbsentPutWith(int key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableLongLongMap. getIfAbsentPutWith(long key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableObjectLongMap. getIfAbsentPutWith(K key, LongFunction<? super P> function, P parameter)<P> longUnmodifiableShortLongMap. getIfAbsentPutWith(short key, LongFunction<? super P> function, P parameter)longObjectLongHashMap. getIfAbsentPutWithKey(K key, LongFunction<? super K> function)longObjectLongHashMapWithHashingStrategy. getIfAbsentPutWithKey(K key, LongFunction<? super K> function)longSynchronizedObjectLongMap. getIfAbsentPutWithKey(K key, LongFunction<? super K> function)longUnmodifiableObjectLongMap. 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)longByteObjectHashMap. sumOfLong(LongFunction<? super V> function)longCharObjectHashMap. sumOfLong(LongFunction<? super V> function)longDoubleObjectHashMap. sumOfLong(LongFunction<? super V> function)longFloatObjectHashMap. sumOfLong(LongFunction<? super V> function)longIntObjectHashMap. sumOfLong(LongFunction<? super V> function)longLongObjectHashMap. sumOfLong(LongFunction<? super V> function)longShortObjectHashMap. sumOfLong(LongFunction<? super V> function)longSynchronizedByteObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedCharObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedDoubleObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedFloatObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedIntObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedLongObjectMap. sumOfLong(LongFunction<? super V> function)longSynchronizedShortObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableByteObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableCharObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableDoubleObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableFloatObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableIntObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableLongObjectMap. sumOfLong(LongFunction<? super V> function)longUnmodifiableShortObjectMap. sumOfLong(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable with parameters of type LongFunction Modifier and Type Method Description ImmutableLongListImmutableOrderedMapAdapter. collectLong(LongFunction<? super V> longFunction)<VV> ImmutableObjectLongMap<VV>ImmutableOrderedMapAdapter. sumByLong(Function<? super V,? extends VV> groupBy, 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 LongFunction Modifier and Type Method Description MutableLongListOrderedMapAdapter. collectLong(LongFunction<? super V> longFunction)MutableLongListUnmodifiableMutableOrderedMap. 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)java.util.LongSummaryStatisticsUnmodifiableMutableOrderedMap. summarizeLong(LongFunction<? super V> function)longUnmodifiableMutableOrderedMap. 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 LongFunction Modifier and Type Method Description ImmutableLongListAbstractImmutableSortedMap. 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 LongFunction Modifier and Type Method Description MutableLongListAbstractMutableSortedMap. collectLong(LongFunction<? super V> longFunction)MutableLongListSynchronizedSortedMap. collectLong(LongFunction<? super V> longFunction)MutableLongListUnmodifiableTreeMap. 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)longUnmodifiableTreeMap. sumOfLong(LongFunction<? super V> function) -
Uses of LongFunction in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel declared as LongFunction Modifier and Type Field Description private LongFunction<? super T>ParallelIterate.SumByLongProcedure. functionMethods in org.eclipse.collections.impl.parallel with parameters of type LongFunction Modifier and Type Method Description static <T,V>
ObjectLongMap<V>ParallelIterate. sumByLong(java.lang.Iterable<T> iterable, Function<? super T,? extends V> groupBy, LongFunction<? super T> function)Constructors in org.eclipse.collections.impl.parallel with parameters of type LongFunction Constructor Description 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 LongFunction Modifier and Type Method Description ImmutableLongSetAbstractImmutableSet. 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 LongFunction Modifier and Type Method Description MutableLongSetMultiReaderUnifiedSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetMultiReaderUnifiedSet.UntouchableMutableSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetSynchronizedMutableSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetUnmodifiableMutableSet. 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 LongFunction Modifier and Type Method Description ImmutableLongListAbstractImmutableSortedSet. 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 LongFunction Modifier and Type Method Description MutableLongListSortedSetAdapter. collectLong(LongFunction<? super T> longFunction)MutableLongListSynchronizedSortedSet. collectLong(LongFunction<? super T> longFunction)MutableLongListTreeSortedSet. collectLong(LongFunction<? super T> longFunction)MutableLongListUnmodifiableSortedSet. 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 LongFunction Modifier and Type Method Description ImmutableLongStackImmutableArrayStack. collectLong(LongFunction<? super T> longFunction)Deprecated.<R extends MutableLongCollection>
RImmutableArrayStack. collectLong(LongFunction<? super T> longFunction, R target)Deprecated.ImmutableLongStackImmutableEmptyStack. collectLong(LongFunction<? super T> longFunction)<R extends MutableLongCollection>
RImmutableEmptyStack. collectLong(LongFunction<? super T> longFunction, R target)ImmutableLongStackImmutableNotEmptyStack. 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)longImmutableArrayStack. 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 LongFunction Modifier and Type Method Description MutableLongStackArrayStack. collectLong(LongFunction<? super T> longFunction)<R extends MutableLongCollection>
RArrayStack. collectLong(LongFunction<? super T> longFunction, R target)MutableLongStackSynchronizedStack. collectLong(LongFunction<? super T> longFunction)<R extends MutableLongCollection>
RSynchronizedStack. collectLong(LongFunction<? super T> longFunction, R target)MutableLongStackUnmodifiableStack. 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)longArrayStack. sumOfLong(LongFunction<? super T> longFunction)longSynchronizedStack. sumOfLong(LongFunction<? super T> longFunction)longUnmodifiableStack. 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 LongFunction Modifier and Type Method Description static <T> MutableLongListArrayIterate. collectLong(T[] objectArray, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RArrayIterate. collectLong(T[] objectArray, LongFunction<? super T> longFunction, R target)static <T> MutableLongListArrayListIterate. collectLong(java.util.ArrayList<T> list, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RArrayListIterate. collectLong(java.util.ArrayList<T> list, LongFunction<? super T> longFunction, R target)static <T> MutableLongCollectionIterate. collectLong(java.lang.Iterable<T> iterable, LongFunction<? super T> longFunction)Returns a newlongcollection with the results of applying the specified longFunction for each element of the iterable.static <T,R extends MutableLongCollection>
RIterate. collectLong(java.lang.Iterable<T> iterable, LongFunction<? super T> longFunction, R target)Same asIterate.collectLong(Iterable, LongFunction), except that the results are gathered into the specifiedtargetcollection.static <T> MutableLongListListIterate. collectLong(java.util.List<T> list, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RListIterate. collectLong(java.util.List<T> list, LongFunction<? super T> longFunction, R target)static <K,V>
MutableLongCollectionMapIterate. collectLong(java.util.Map<K,V> map, LongFunction<? super V> longFunction)static <K,V,R extends MutableLongCollection>
RMapIterate. collectLong(java.util.Map<K,V> map, LongFunction<? super V> longFunction, R target)private static <T,R extends MutableLongCollection>
RArrayListIterate. collectLongFromInternalArray(java.util.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(java.lang.Iterable<T> iterable, Function<T,V> groupBy, LongFunction<? super T> function)static <V,T>
ObjectLongMap<V>ListIterate. sumByLong(java.util.List<T> list, Function<T,V> groupBy, LongFunction<? super T> function)static <T> longArrayIterate. sumOfLong(T[] array, LongFunction<? super T> function)static <T> longIterate. sumOfLong(java.lang.Iterable<T> iterable, LongFunction<? super T> function)static <T> longListIterate. sumOfLong(java.util.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 LongFunction Modifier and Type Method Description static <R extends MutableLongCollection,T>
RInternalArrayIterate. collectLong(T[] items, int size, LongFunction<? super T> longFunction, R target)Adds all array elements to the target MutableLongCollection after using the function supplied to convert each source element to the appropriate typestatic <T> MutableLongCollectionIterableIterate. collectLong(java.lang.Iterable<T> iterable, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RIterableIterate. collectLong(java.lang.Iterable<T> iterable, LongFunction<? super T> longFunction, R target)static <T> MutableLongCollectionIteratorIterate. collectLong(java.util.Iterator<T> iterator, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RIteratorIterate. collectLong(java.util.Iterator<T> iterator, LongFunction<? super T> longFunction, R target)static <T> MutableLongListRandomAccessListIterate. collectLong(java.util.List<T> list, LongFunction<? super T> longFunction)static <T,R extends MutableLongCollection>
RRandomAccessListIterate. collectLong(java.util.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(java.lang.Iterable<T> iterable, Function<? super T,? extends V> groupBy, LongFunction<? super T> function)static <V,T>
ObjectLongMap<V>RandomAccessListIterate. sumByLong(java.util.List<T> list, Function<? super T,? extends V> groupBy, LongFunction<? super T> function)static <T> java.util.LongSummaryStatisticsInternalArrayIterate. summarizeLong(T[] items, int size, LongFunction<? super T> function)static <T> longInternalArrayIterate. sumOfLong(T[] array, int size, LongFunction<? super T> function)static <T> longIterableIterate. sumOfLong(java.lang.Iterable<T> iterable, LongFunction<? super T> function)static <T> longIteratorIterate. sumOfLong(java.util.Iterator<T> iterator, LongFunction<? super T> function)static <T> longRandomAccessListIterate. sumOfLong(java.util.List<T> list, LongFunction<? super T> function)
-