Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntFunction
Packages that use IntFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List.This package contains interfaces for map API which enhance the performance and functionality of
MapThis package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag interface.This package contains implementations of the
MutableBag interface.This package contains implementations of the mutable primitive bag interfaces.
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 IntFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntFunctionModifier and TypeMethodDescriptionLazyIterable.collectInt(IntFunction<? super T> intFunction) Returns a lazy IntIterable which will transform the underlying iterable data to int values based on the intFunction.RichIterable.collectInt(IntFunction<? super T> intFunction) Returns a new primitiveintiterable with the results of applying the specified function on each element of the source collection.default <R extends MutableIntCollection>
RRichIterable.collectInt(IntFunction<? super T> intFunction, R target) Same asRichIterable.collectInt(IntFunction), except that the results are gathered into the specifiedtargetcollection.<V> ObjectLongMap<V> RichIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) Groups and sums the values using the two specified functions.default IntSummaryStatisticsRichIterable.summarizeInt(IntFunction<? super T> function) Returns the result of summarizing the value returned from applying the IntFunction to each element of the iterable.longParallelIterable.sumOfInt(IntFunction<? 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.sumOfInt(IntFunction<? super T> function) Returns the final long result of evaluating function for each element of the iterable and adding the results together. -
Uses of IntFunction in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableBag.collectInt(IntFunction<? super T> intFunction) default MutableIntBagMutableBag.collectInt(IntFunction<? super T> intFunction) UnsortedBag.collectInt(IntFunction<? super T> intFunction) default IntSummaryStatisticsBag.summarizeInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableSortedBag.collectInt(IntFunction<? super T> intFunction) MutableSortedBag.collectInt(IntFunction<? super T> intFunction) SortedBag.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableCollection.collectInt(IntFunction<? super T> intFunction) default MutableIntCollectionMutableCollection.collectInt(IntFunction<? super T> intFunction) Returns a new primitiveintiterable with the results of applying the specified function on each element of the source collection.<V> ImmutableObjectLongMap<V> ImmutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> MutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.api.factory.map.primitive
Methods in org.eclipse.collections.api.factory.map.primitive with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableByteIntMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableByteIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableCharIntMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableCharIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableDoubleIntMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableDoubleIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntBooleanMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anImmutableIntBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntByteMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anImmutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntCharMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anImmutableIntCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntDoubleMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anImmutableIntDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anImmutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntIntMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableIntIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntLongMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anImmutableIntLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> ImmutableIntObjectMap <V> ImmutableIntObjectMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anImmutableIntObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableIntShortMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anImmutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableLongIntMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableLongIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> ImmutableObjectIntMap <K> ImmutableObjectIntMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableObjectIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.ImmutableShortIntMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anImmutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableByteIntMapFactory.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableByteIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableCharIntMapFactory.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableCharIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableDoubleIntMapFactory.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableDoubleIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableFloatIntMapFactory.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableFloatIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntBooleanMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) Creates anMutableIntBooleanMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntByteMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) Creates anMutableIntByteMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntCharMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) Creates anMutableIntCharMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntDoubleMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) Creates anMutableIntDoubleMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntFloatMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) Creates anMutableIntFloatMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T> MutableIntIntMapMutableIntIntMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableIntIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntLongMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) Creates anMutableIntLongMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,V> MutableIntObjectMap <V> MutableIntObjectMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) Creates anMutableIntObjectMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableIntShortMapFactory.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) Creates anMutableIntShortMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableLongIntMapFactory.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableLongIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.<T,K> MutableObjectIntMap <K> MutableObjectIntMapFactory.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableObjectIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction.MutableShortIntMapFactory.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) Creates anMutableShortIntMapfrom anIterable<T>by applyingkeyFunctionandvalueFunction. -
Uses of IntFunction in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableList.collectInt(IntFunction<? super T> intFunction) ListIterable.collectInt(IntFunction<? super T> intFunction) default MutableIntListMutableList.collectInt(IntFunction<? super T> intFunction) MultiReaderList.sortThisByInt(IntFunction<? super T> function) MutableList.sortThisByInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableMap.collectInt(IntFunction<? super V> intFunction) ImmutableOrderedMap.collectInt(IntFunction<? super V> intFunction) MutableMap.collectInt(IntFunction<? super V> intFunction) MutableOrderedMap.collectInt(IntFunction<? super V> intFunction) OrderedMap.collectInt(IntFunction<? super V> intFunction) UnsortedMapIterable.collectInt(IntFunction<? super V> intFunction) <VV> ImmutableObjectLongMap<VV> ImmutableOrderedMap.sumByInt(Function<? super V, ? extends VV> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> MutableMapIterable.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutablePrimitiveObjectMap.collectInt(IntFunction<? super V> intFunction) MutablePrimitiveObjectMap.collectInt(IntFunction<? super V> intFunction) PrimitiveObjectMap.collectInt(IntFunction<? super V> intFunction) <P> intMutableByteIntMap.getIfAbsentPutWith(byte key, IntFunction<? 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> intMutableCharIntMap.getIfAbsentPutWith(char key, IntFunction<? 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> intMutableDoubleIntMap.getIfAbsentPutWith(double key, IntFunction<? 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> intMutableFloatIntMap.getIfAbsentPutWith(float key, IntFunction<? 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> intMutableIntIntMap.getIfAbsentPutWith(int key, IntFunction<? 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> intMutableLongIntMap.getIfAbsentPutWith(long key, IntFunction<? 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> intMutableObjectIntMap.getIfAbsentPutWith(K key, IntFunction<? 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> intMutableShortIntMap.getIfAbsentPutWith(short key, IntFunction<? 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.intMutableObjectIntMap.getIfAbsentPutWithKey(K key, IntFunction<? 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.sumByInt(Function<? super V, ? extends VV> groupBy, IntFunction<? super V> function) <VV> MutableObjectLongMap<VV> MutablePrimitiveObjectMap.sumByInt(Function<? super V, ? extends VV> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) MutableSortedMap.collectInt(IntFunction<? super V> intFunction) SortedMapIterable.collectInt(IntFunction<? super V> intFunction) -
Uses of IntFunction in org.eclipse.collections.api.ordered
Methods in org.eclipse.collections.api.ordered with parameters of type IntFunctionModifier and TypeMethodDescriptionOrderedIterable.collectInt(IntFunction<? super T> intFunction) ReversibleIterable.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableSet.collectInt(IntFunction<? super T> intFunction) default MutableIntSetMutableSet.collectInt(IntFunction<? super T> intFunction) UnsortedSetIterable.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableSortedSet.collectInt(IntFunction<? super T> intFunction) MutableSortedSet.collectInt(IntFunction<? super T> intFunction) SortedSetIterable.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.api.stack
Methods in org.eclipse.collections.api.stack with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableStack.collectInt(IntFunction<? super T> intFunction) MutableStack.collectInt(IntFunction<? super T> intFunction) StackIterable.collectInt(IntFunction<? super T> intFunction) <V> ImmutableObjectLongMap<V> ImmutableStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> MutableStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl
Fields in org.eclipse.collections.impl declared as IntFunctionMethods in org.eclipse.collections.impl with parameters of type IntFunctionModifier and TypeMethodDescriptionUnmodifiableRichIterable.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RUnmodifiableRichIterable.collectInt(IntFunction<? super T> intFunction, R target) <V> ObjectLongMap<V> UnmodifiableRichIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) longAbstractRichIterable.sumOfInt(IntFunction<? super T> function) longUnmodifiableRichIterable.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type IntFunctionModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractBag.collectInt(IntFunction<? super T> intFunction, R target) protected MutableList<ObjectIntPair<T>> AbstractBag.occurrencesSortingBy(int n, IntFunction<ObjectIntPair<T>> function, MutableList<ObjectIntPair<T>> returnWhenEmpty) longAbstractBag.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableBag.collectInt(IntFunction<? super T> intFunction) ImmutableEmptyBag.collectInt(IntFunction<? super T> intFunction) <V> ImmutableObjectLongMap<V> AbstractImmutableBagIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionMultiReaderHashBag.collectInt(IntFunction<? super T> intFunction) MultiReaderHashBag.UntouchableMutableBag.collectInt(IntFunction<? super T> intFunction) SynchronizedBag.collectInt(IntFunction<? super T> intFunction) UnmodifiableBag.collectInt(IntFunction<? super T> intFunction) <V> MutableObjectLongMap<V> AbstractMutableBagIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> MultiReaderHashBag.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> UnmodifiableBag.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive with parameters of type IntFunctionModifier and TypeMethodDescriptionprotected MutableList<ByteIntPair> ByteHashBag.occurrencesSortingBy(int n, IntFunction<ByteIntPair> function, MutableList<ByteIntPair> returnWhenEmpty) protected MutableList<CharIntPair> CharHashBag.occurrencesSortingBy(int n, IntFunction<CharIntPair> function, MutableList<CharIntPair> returnWhenEmpty) protected MutableList<DoubleIntPair> DoubleHashBag.occurrencesSortingBy(int n, IntFunction<DoubleIntPair> function, MutableList<DoubleIntPair> returnWhenEmpty) protected MutableList<FloatIntPair> FloatHashBag.occurrencesSortingBy(int n, IntFunction<FloatIntPair> function, MutableList<FloatIntPair> returnWhenEmpty) protected MutableList<IntIntPair> IntHashBag.occurrencesSortingBy(int n, IntFunction<IntIntPair> function, MutableList<IntIntPair> returnWhenEmpty) protected MutableList<LongIntPair> LongHashBag.occurrencesSortingBy(int n, IntFunction<LongIntPair> function, MutableList<LongIntPair> returnWhenEmpty) protected MutableList<ShortIntPair> ShortHashBag.occurrencesSortingBy(int n, IntFunction<ShortIntPair> function, MutableList<ShortIntPair> returnWhenEmpty) -
Uses of IntFunction in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectInt(IntFunction<? super T> intFunction) private MutableList<ObjectIntPair<T>> AbstractImmutableSortedBag.occurrencesSortingBy(int n, IntFunction<ObjectIntPair<T>> function) -
Uses of IntFunction in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractMutableSortedBag.collectInt(IntFunction<? super T> intFunction) SynchronizedSortedBag.collectInt(IntFunction<? super T> intFunction) UnmodifiableSortedBag.collectInt(IntFunction<? super T> intFunction) <V> MutableObjectLongMap<V> UnmodifiableSortedBag.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type IntFunctionModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractBiMap.collectInt(IntFunction<? super V> intFunction, R target) longAbstractBiMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.bimap.immutable
Methods in org.eclipse.collections.impl.bimap.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableBiMap.collectInt(IntFunction<? super V> intFunction) <V1> ImmutableObjectLongMap<V1> AbstractImmutableBiMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractMutableBiMap.collectInt(IntFunction<? super V> intFunction) UnmodifiableBiMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableBiMap.collectInt(IntFunction<? super V> intFunction, R target) <V1> MutableObjectLongMap<V1> AbstractMutableBiMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableBiMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) longUnmodifiableBiMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.block.comparator.primitive
Fields in org.eclipse.collections.impl.block.comparator.primitive declared as IntFunctionConstructors in org.eclipse.collections.impl.block.comparator.primitive with parameters of type IntFunction -
Uses of IntFunction in org.eclipse.collections.impl.block.factory
Classes in org.eclipse.collections.impl.block.factory that implement IntFunctionModifier and TypeClassDescriptionprivate static classstatic final classFunctions.IntFunctionChain<T1,T2> static classprivate static classprivate static classprivate static final classprivate static final classFields in org.eclipse.collections.impl.block.factory declared as IntFunctionModifier and TypeFieldDescriptionprivate final IntFunction<? super T> HashingStrategies.IntFunctionHashingStrategy.functionprivate final IntFunction<? super T2> Functions.IntFunctionChain.function2private static final IntFunction<String> StringFunctions.TO_PRIMITIVE_INTMethods in org.eclipse.collections.impl.block.factory that return IntFunctionModifier and TypeMethodDescriptionstatic IntFunction<String> StringFunctions.toPrimitiveInt()static IntFunction<Integer> PrimitiveFunctions.unboxIntegerToInt()static IntFunction<Number> PrimitiveFunctions.unboxNumberToInt()Methods in org.eclipse.collections.impl.block.factory with parameters of type IntFunctionModifier and TypeMethodDescriptionstatic <T> SerializableComparator<T> Comparators.byIntFunction(IntFunction<T> function) static <T1,T2> Functions.IntFunctionChain <T1, T2> Functions.chainInt(Function<T1, T2> function1, IntFunction<? super T2> function2) Functions.FunctionChain.chainInt(IntFunction<? super T3> function) static <T> HashingStrategy<T> HashingStrategies.fromIntFunction(IntFunction<? super T> function) static <T,V> Function2 <MutableObjectLongMap<V>, T, MutableObjectLongMap<V>> PrimitiveFunctions.sumByIntFunction(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) static <T> Procedure2<IntSummaryStatistics, T> Procedures2.summarizeInt(IntFunction<? super T> function) static <T> SerializableComparator<T> Functions.toIntComparator(IntFunction<T> function) Constructors in org.eclipse.collections.impl.block.factory with parameters of type IntFunctionModifierConstructorDescriptionprivateIntFunctionChain(Function<T1, T2> function1, IntFunction<? super T2> function2) privateIntFunctionHashingStrategy(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.block.function.primitive
Classes in org.eclipse.collections.impl.block.function.primitive that implement IntFunctionModifier and TypeClassDescriptionclassIntegerFunctionImpl is an abstract implementation of the IntFunction interface which can be subclassed explicitly or as an anonymous inner class, without needing to override the valueOf method defined in Function. -
Uses of IntFunction in org.eclipse.collections.impl.block.procedure
Fields in org.eclipse.collections.impl.block.procedure declared as IntFunctionConstructors in org.eclipse.collections.impl.block.procedure with parameters of type IntFunction -
Uses of IntFunction in org.eclipse.collections.impl.block.procedure.primitive
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as IntFunctionModifier and TypeFieldDescriptionprivate final IntFunction<? super T> CollectIntProcedure.intFunctionConstructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntFunctionModifierConstructorDescriptionCollectIntProcedure(IntFunction<? super T> intFunction, MutableIntCollection targetCollection) -
Uses of IntFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractSynchronizedRichIterable.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RAbstractSynchronizedRichIterable.collectInt(IntFunction<? super T> intFunction, R target) <V> ObjectLongMap<V> AbstractSynchronizedRichIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) longAbstractSynchronizedRichIterable.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.collection.immutable
Methods in org.eclipse.collections.impl.collection.immutable with parameters of type IntFunctionModifier and TypeMethodDescription<V> ImmutableObjectLongMap<V> AbstractImmutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type IntFunctionModifier and TypeMethodDescription<R extends MutableIntCollection>
RAbstractCollectionAdapter.collectInt(IntFunction<? super T> intFunction, R target) <R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection.collectInt(IntFunction<? super T> intFunction, R target) final <R extends MutableIntCollection>
RAbstractMultiReaderMutableCollection.UntouchableMutableCollection.collectInt(IntFunction<? super T> intFunction, R target) AbstractSynchronizedMutableCollection.collectInt(IntFunction<? super T> intFunction) AbstractUnmodifiableMutableCollection.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RAbstractUnmodifiableMutableCollection.collectInt(IntFunction<? super T> intFunction, R target) <V> MutableObjectLongMap<V> AbstractCollectionAdapter.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> AbstractMultiReaderMutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> AbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> AbstractMutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> AbstractSynchronizedMutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> AbstractUnmodifiableMutableCollection.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) longAbstractCollectionAdapter.sumOfInt(IntFunction<? super T> function) longAbstractMultiReaderMutableCollection.sumOfInt(IntFunction<? super T> function) longAbstractMultiReaderMutableCollection.UntouchableMutableCollection.sumOfInt(IntFunction<? super T> function) longAbstractUnmodifiableMutableCollection.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.collector
Methods in org.eclipse.collections.impl.collector with parameters of type IntFunctionModifier and TypeMethodDescriptionstatic <T, R extends MutableIntCollection>
Collector<T, ?, R> Collectors2.collectInt(IntFunction<? super T> function, Supplier<R> supplier) Returns a new MutableIntCollection with the results of applying the specified IntFunction on each element of the source.static <T,V> Collector <T, ?, MutableObjectLongMap<V>> Collectors2.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) Groups and sums the values using the two specified functions. -
Uses of IntFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractLazyIterable.collectInt(IntFunction<? super T> intFunction) <V> ObjectLongMap<V> AbstractLazyIterable.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.lazy.parallel
Methods in org.eclipse.collections.impl.lazy.parallel with parameters of type IntFunctionModifier and TypeMethodDescriptionlongAbstractBatch.sumOfInt(IntFunction<? super T> function) longAbstractMultiReaderParallelIterable.sumOfInt(IntFunction<? super T> function) longAbstractParallelIterable.sumOfInt(IntFunction<? super T> function) longAbstractSynchronizedParallelIterable.sumOfInt(IntFunction<? super T> function) longBatch.sumOfInt(IntFunction<? super T> function) longNonParallelIterable.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.lazy.primitive
Fields in org.eclipse.collections.impl.lazy.primitive declared as IntFunctionModifier and TypeFieldDescriptionprivate final IntFunction<? super T> CollectIntIterable.functionprivate final IntFunction<? super T> CollectIntIterable.IntFunctionToProcedure.functionConstructors in org.eclipse.collections.impl.lazy.primitive with parameters of type IntFunctionModifierConstructorDescriptionCollectIntIterable(LazyIterable<T> adapted, IntFunction<? super T> function) privateIntFunctionToProcedure(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.list.fixed
Methods in org.eclipse.collections.impl.list.fixed with parameters of type IntFunctionModifier and TypeMethodDescriptionEmptyList.sortThisByInt(IntFunction<? super T> function) SingletonList.sortThisByInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableList.collectInt(IntFunction<? super T> intFunction) ImmutableArrayList.summarizeInt(IntFunction<? super T> function) longAbstractImmutableList.sumOfInt(IntFunction<? super T> function) longImmutableArrayList.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type IntFunctionModifier and TypeMethodDescription<R extends MutableIntCollection>
RFastList.collectInt(IntFunction<? super T> intFunction, R target) MultiReaderFastList.collectInt(IntFunction<? super T> intFunction) MultiReaderFastList.UntouchableMutableList.collectInt(IntFunction<? super T> intFunction) SynchronizedMutableList.collectInt(IntFunction<? super T> intFunction) UnmodifiableMutableList.collectInt(IntFunction<? super T> intFunction) AbstractListAdapter.sortThisByInt(IntFunction<? super T> function) AbstractMutableList.sortThisByInt(IntFunction<? super T> function) MultiReaderFastList.sortThisByInt(IntFunction<? super T> function) MultiReaderFastList.UntouchableMutableList.sortThisByInt(IntFunction<? super T> function) SynchronizedMutableList.sortThisByInt(IntFunction<? super T> function) UnmodifiableMutableList.sortThisByInt(IntFunction<? super T> function) <V> MutableObjectLongMap<V> FastList.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) FastList.summarizeInt(IntFunction<? super T> function) longAbstractMutableList.sumOfInt(IntFunction<? super T> function) longFastList.sumOfInt(IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.map
Methods in org.eclipse.collections.impl.map with parameters of type IntFunctionModifier and TypeMethodDescription<V1> MutableObjectLongMap<V1> AbstractSynchronizedMapIterable.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.immutable
Methods in org.eclipse.collections.impl.map.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableMap.collectInt(IntFunction<? super V> intFunction) <V1> ImmutableObjectLongMap<V1> AbstractImmutableMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableByteObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableByteObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableByteObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableByteObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableByteObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableCharObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableCharObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableCharObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableCharObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableCharObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableCharObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableDoubleObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableDoubleObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableDoubleObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableDoubleObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableDoubleObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableDoubleObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableFloatObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableFloatObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableFloatObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableFloatObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableFloatObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableFloatObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableIntObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableIntObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableIntObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableIntObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableIntObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableIntObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableLongObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableLongObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableLongObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableLongObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableLongObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableLongObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableShortObjectEmptyMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableShortObjectEmptyMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableShortObjectHashMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableShortObjectHashMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableShortObjectSingletonMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RImmutableShortObjectSingletonMap.collectInt(IntFunction<? super V> intFunction, R target) ImmutableByteIntMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableCharIntMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableDoubleIntMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableFloatIntMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableIntBooleanMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) ImmutableIntByteMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) ImmutableIntCharMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) ImmutableIntDoubleMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) ImmutableIntFloatMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) ImmutableIntIntMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) ImmutableIntLongMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> ImmutableIntObjectMap <V> ImmutableIntObjectMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) ImmutableIntShortMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) ImmutableLongIntMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) <T,K> ImmutableObjectIntMap <K> ImmutableObjectIntMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) ImmutableShortIntMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) <V1> ImmutableObjectLongMap<V1> AbstractImmutableByteObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableCharObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableDoubleObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableFloatObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableIntObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableLongObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> AbstractImmutableShortObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableByteObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableCharObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableDoubleObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableFloatObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableIntObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableLongObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> ImmutableObjectLongMap<V1> ImmutableShortObjectEmptyMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) longImmutableByteObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableByteObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableByteObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableCharObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableCharObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableCharObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableDoubleObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableDoubleObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableDoubleObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableFloatObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableFloatObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableFloatObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableIntObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableIntObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableIntObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableLongObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableLongObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableLongObjectSingletonMap.sumOfInt(IntFunction<? super V> function) longImmutableShortObjectEmptyMap.sumOfInt(IntFunction<? super V> function) longImmutableShortObjectHashMap.sumOfInt(IntFunction<? super V> function) longImmutableShortObjectSingletonMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractMutableMap.collectInt(IntFunction<? super V> intFunction) SynchronizedMutableMap.collectInt(IntFunction<? super V> intFunction) UnmodifiableMutableMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableMutableMap.collectInt(IntFunction<? super V> intFunction, R target) <V1> MutableObjectLongMap<V1> AbstractMutableMapIterable.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableMutableMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) longUnmodifiableMutableMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntFunctionModifier and TypeMethodDescriptionByteObjectHashMap.collectInt(IntFunction<? super V> intFunction) CharObjectHashMap.collectInt(IntFunction<? super V> intFunction) DoubleObjectHashMap.collectInt(IntFunction<? super V> intFunction) FloatObjectHashMap.collectInt(IntFunction<? super V> intFunction) IntObjectHashMap.collectInt(IntFunction<? super V> intFunction) LongObjectHashMap.collectInt(IntFunction<? super V> intFunction) ShortObjectHashMap.collectInt(IntFunction<? super V> intFunction) SynchronizedByteObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedByteObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedCharObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedCharObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedDoubleObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedDoubleObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedFloatObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedFloatObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedIntObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedIntObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedLongObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedLongObjectMap.collectInt(IntFunction<? super V> intFunction, R target) SynchronizedShortObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RSynchronizedShortObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableByteObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableByteObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableCharObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableCharObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableDoubleObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableDoubleObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableFloatObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableFloatObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableIntObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableIntObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableLongObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableLongObjectMap.collectInt(IntFunction<? super V> intFunction, R target) UnmodifiableShortObjectMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableShortObjectMap.collectInt(IntFunction<? super V> intFunction, R target) MutableByteIntMapFactoryImpl.from(Iterable<T> iterable, ByteFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableCharIntMapFactoryImpl.from(Iterable<T> iterable, CharFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableDoubleIntMapFactoryImpl.from(Iterable<T> iterable, DoubleFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableFloatIntMapFactoryImpl.from(Iterable<T> iterable, FloatFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableIntBooleanMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, BooleanFunction<? super T> valueFunction) MutableIntByteMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ByteFunction<? super T> valueFunction) MutableIntCharMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, CharFunction<? super T> valueFunction) MutableIntDoubleMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, DoubleFunction<? super T> valueFunction) MutableIntFloatMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, FloatFunction<? super T> valueFunction) <T> MutableIntIntMapMutableIntIntMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) MutableIntLongMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, LongFunction<? super T> valueFunction) <T,V> MutableIntObjectMap <V> MutableIntObjectMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, Function<? super T, ? extends V> valueFunction) MutableIntShortMapFactoryImpl.from(Iterable<T> iterable, IntFunction<? super T> keyFunction, ShortFunction<? super T> valueFunction) MutableLongIntMapFactoryImpl.from(Iterable<T> iterable, LongFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) <T,K> MutableObjectIntMap <K> MutableObjectIntMapFactoryImpl.from(Iterable<T> iterable, Function<? super T, ? extends K> keyFunction, IntFunction<? super T> valueFunction) MutableShortIntMapFactoryImpl.from(Iterable<T> iterable, ShortFunction<? super T> keyFunction, IntFunction<? super T> valueFunction) <P> intByteIntHashMap.getIfAbsentPutWith(byte key, IntFunction<? super P> function, P parameter) <P> intCharIntHashMap.getIfAbsentPutWith(char key, IntFunction<? super P> function, P parameter) <P> intDoubleIntHashMap.getIfAbsentPutWith(double key, IntFunction<? super P> function, P parameter) <P> intFloatIntHashMap.getIfAbsentPutWith(float key, IntFunction<? super P> function, P parameter) <P> intIntIntHashMap.getIfAbsentPutWith(int key, IntFunction<? super P> function, P parameter) <P> intLongIntHashMap.getIfAbsentPutWith(long key, IntFunction<? super P> function, P parameter) <P> intObjectIntHashMap.getIfAbsentPutWith(K key, IntFunction<? super P> function, P parameter) <P> intObjectIntHashMapWithHashingStrategy.getIfAbsentPutWith(K key, IntFunction<? super P> function, P parameter) <P> intShortIntHashMap.getIfAbsentPutWith(short key, IntFunction<? super P> function, P parameter) <P> intSynchronizedByteIntMap.getIfAbsentPutWith(byte key, IntFunction<? super P> function, P parameter) <P> intSynchronizedCharIntMap.getIfAbsentPutWith(char key, IntFunction<? super P> function, P parameter) <P> intSynchronizedDoubleIntMap.getIfAbsentPutWith(double key, IntFunction<? super P> function, P parameter) <P> intSynchronizedFloatIntMap.getIfAbsentPutWith(float key, IntFunction<? super P> function, P parameter) <P> intSynchronizedIntIntMap.getIfAbsentPutWith(int key, IntFunction<? super P> function, P parameter) <P> intSynchronizedLongIntMap.getIfAbsentPutWith(long key, IntFunction<? super P> function, P parameter) <P> intSynchronizedObjectIntMap.getIfAbsentPutWith(K key, IntFunction<? super P> function, P parameter) <P> intSynchronizedShortIntMap.getIfAbsentPutWith(short key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableByteIntMap.getIfAbsentPutWith(byte key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableCharIntMap.getIfAbsentPutWith(char key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableDoubleIntMap.getIfAbsentPutWith(double key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableFloatIntMap.getIfAbsentPutWith(float key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableIntIntMap.getIfAbsentPutWith(int key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableLongIntMap.getIfAbsentPutWith(long key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableObjectIntMap.getIfAbsentPutWith(K key, IntFunction<? super P> function, P parameter) <P> intUnmodifiableShortIntMap.getIfAbsentPutWith(short key, IntFunction<? super P> function, P parameter) intObjectIntHashMap.getIfAbsentPutWithKey(K key, IntFunction<? super K> function) intObjectIntHashMapWithHashingStrategy.getIfAbsentPutWithKey(K key, IntFunction<? super K> function) intSynchronizedObjectIntMap.getIfAbsentPutWithKey(K key, IntFunction<? super K> function) intUnmodifiableObjectIntMap.getIfAbsentPutWithKey(K key, IntFunction<? super K> function) <V1> MutableObjectLongMap<V1> ByteObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> CharObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> DoubleObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> FloatObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> IntObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> LongObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> ShortObjectHashMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedByteObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedCharObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedDoubleObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedFloatObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedIntObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedLongObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> SynchronizedShortObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableByteObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableCharObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableDoubleObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableFloatObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableIntObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableLongObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <V1> MutableObjectLongMap<V1> UnmodifiableShortObjectMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) longByteObjectHashMap.sumOfInt(IntFunction<? super V> function) longCharObjectHashMap.sumOfInt(IntFunction<? super V> function) longDoubleObjectHashMap.sumOfInt(IntFunction<? super V> function) longFloatObjectHashMap.sumOfInt(IntFunction<? super V> function) longIntObjectHashMap.sumOfInt(IntFunction<? super V> function) longLongObjectHashMap.sumOfInt(IntFunction<? super V> function) longShortObjectHashMap.sumOfInt(IntFunction<? super V> function) longSynchronizedByteObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedCharObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedDoubleObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedFloatObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedIntObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedLongObjectMap.sumOfInt(IntFunction<? super V> function) longSynchronizedShortObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableByteObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableCharObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableDoubleObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableFloatObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableIntObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableLongObjectMap.sumOfInt(IntFunction<? super V> function) longUnmodifiableShortObjectMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableOrderedMapAdapter.collectInt(IntFunction<? super V> intFunction) <VV> ImmutableObjectLongMap<VV> ImmutableOrderedMapAdapter.sumByInt(Function<? super V, ? extends VV> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionOrderedMapAdapter.collectInt(IntFunction<? super V> intFunction) UnmodifiableMutableOrderedMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableMutableOrderedMap.collectInt(IntFunction<? super V> intFunction, R target) <V1> MutableObjectLongMap<V1> OrderedMapAdapter.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) <VV> MutableObjectLongMap<VV> UnmodifiableMutableOrderedMap.sumByInt(Function<? super V, ? extends VV> groupBy, IntFunction<? super V> function) UnmodifiableMutableOrderedMap.summarizeInt(IntFunction<? super V> function) longUnmodifiableMutableOrderedMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) <V1> ImmutableObjectLongMap<V1> AbstractImmutableSortedMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractMutableSortedMap.collectInt(IntFunction<? super V> intFunction) SynchronizedSortedMap.collectInt(IntFunction<? super V> intFunction) UnmodifiableTreeMap.collectInt(IntFunction<? super V> intFunction) <R extends MutableIntCollection>
RUnmodifiableTreeMap.collectInt(IntFunction<? super V> intFunction, R target) <V1> MutableObjectLongMap<V1> UnmodifiableTreeMap.sumByInt(Function<? super V, ? extends V1> groupBy, IntFunction<? super V> function) longUnmodifiableTreeMap.sumOfInt(IntFunction<? super V> function) -
Uses of IntFunction in org.eclipse.collections.impl.parallel
Fields in org.eclipse.collections.impl.parallel declared as IntFunctionModifier and TypeFieldDescriptionprivate final IntFunction<? super T> ParallelIterate.SumByIntProcedure.functionMethods in org.eclipse.collections.impl.parallel with parameters of type IntFunctionModifier and TypeMethodDescriptionstatic <T,V> ObjectLongMap <V> ParallelIterate.sumByInt(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) Constructors in org.eclipse.collections.impl.parallel with parameters of type IntFunctionModifierConstructorDescriptionprivateSumByIntProcedure(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableSet.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectInt(IntFunction<? super T> intFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectInt(IntFunction<? super T> intFunction) SynchronizedMutableSet.collectInt(IntFunction<? super T> intFunction) UnmodifiableMutableSet.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionSortedSetAdapter.collectInt(IntFunction<? super T> intFunction) SynchronizedSortedSet.collectInt(IntFunction<? super T> intFunction) TreeSortedSet.collectInt(IntFunction<? super T> intFunction) UnmodifiableSortedSet.collectInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type IntFunctionModifier and TypeMethodDescriptionImmutableArrayStack.collectInt(IntFunction<? super T> intFunction) Deprecated.<R extends MutableIntCollection>
RImmutableArrayStack.collectInt(IntFunction<? super T> intFunction, R target) Deprecated.ImmutableEmptyStack.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RImmutableEmptyStack.collectInt(IntFunction<? super T> intFunction, R target) ImmutableNotEmptyStack.collectInt(IntFunction<? super T> function) <V> ImmutableObjectLongMap<V> ImmutableArrayStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) Deprecated.<V> ImmutableObjectLongMap<V> ImmutableEmptyStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> ImmutableObjectLongMap<V> ImmutableNotEmptyStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) longImmutableArrayStack.sumOfInt(IntFunction<? super T> intFunction) Deprecated. -
Uses of IntFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type IntFunctionModifier and TypeMethodDescriptionArrayStack.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RArrayStack.collectInt(IntFunction<? super T> intFunction, R target) SynchronizedStack.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RSynchronizedStack.collectInt(IntFunction<? super T> intFunction, R target) UnmodifiableStack.collectInt(IntFunction<? super T> intFunction) <R extends MutableIntCollection>
RUnmodifiableStack.collectInt(IntFunction<? super T> intFunction, R target) <V> MutableObjectLongMap<V> ArrayStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> SynchronizedStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) <V> MutableObjectLongMap<V> UnmodifiableStack.sumByInt(Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) longArrayStack.sumOfInt(IntFunction<? super T> intFunction) longSynchronizedStack.sumOfInt(IntFunction<? super T> intFunction) longUnmodifiableStack.sumOfInt(IntFunction<? super T> intFunction) -
Uses of IntFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type IntFunctionModifier and TypeMethodDescriptionstatic <T> MutableIntListArrayIterate.collectInt(T[] objectArray, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RArrayIterate.collectInt(T[] objectArray, IntFunction<? super T> intFunction, R target) static <T> MutableIntListArrayListIterate.collectInt(ArrayList<T> list, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RArrayListIterate.collectInt(ArrayList<T> list, IntFunction<? super T> intFunction, R target) static <T> MutableIntCollectionIterate.collectInt(Iterable<T> iterable, IntFunction<? super T> intFunction) Returns a newintcollection with the results of applying the specified intFunction for each element of the iterable.static <T, R extends MutableIntCollection>
RIterate.collectInt(Iterable<T> iterable, IntFunction<? super T> intFunction, R target) Same asIterate.collectInt(Iterable, IntFunction), except that the results are gathered into the specifiedtargetcollection.static <T> MutableIntListListIterate.collectInt(List<T> list, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RListIterate.collectInt(List<T> list, IntFunction<? super T> intFunction, R target) static <K,V> MutableIntCollection MapIterate.collectInt(Map<K, V> map, IntFunction<? super V> intFunction) static <K, V, R extends MutableIntCollection>
RMapIterate.collectInt(Map<K, V> map, IntFunction<? super V> intFunction, R target) private static <T, R extends MutableIntCollection>
RArrayListIterate.collectIntFromInternalArray(ArrayList<T> source, IntFunction<? super T> intFunction, int elementsToCollect, R target) static <V,T> ObjectLongMap <V> ArrayIterate.sumByInt(T[] array, Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) static <T,V> ObjectLongMap <V> Iterate.sumByInt(Iterable<T> iterable, Function<T, V> groupBy, IntFunction<? super T> function) static <V,T> ObjectLongMap <V> ListIterate.sumByInt(List<T> list, Function<T, V> groupBy, IntFunction<? super T> function) static <T> longArrayIterate.sumOfInt(T[] array, IntFunction<? super T> function) static <T> longIterate.sumOfInt(Iterable<T> iterable, IntFunction<? super T> function) static <T> longListIterate.sumOfInt(List<T> list, IntFunction<? super T> function) -
Uses of IntFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type IntFunctionModifier and TypeMethodDescriptionstatic <R extends MutableIntCollection, T>
RInternalArrayIterate.collectInt(T[] items, int size, IntFunction<? super T> intFunction, R target) Adds all array elements to the target MutableIntCollection after using the function supplied to convert each source element to the appropriate typestatic <T> MutableIntCollectionIterableIterate.collectInt(Iterable<T> iterable, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RIterableIterate.collectInt(Iterable<T> iterable, IntFunction<? super T> intFunction, R target) static <T> MutableIntCollectionIteratorIterate.collectInt(Iterator<T> iterator, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RIteratorIterate.collectInt(Iterator<T> iterator, IntFunction<? super T> intFunction, R target) static <T> MutableIntListRandomAccessListIterate.collectInt(List<T> list, IntFunction<? super T> intFunction) static <T, R extends MutableIntCollection>
RRandomAccessListIterate.collectInt(List<T> list, IntFunction<? super T> intFunction, R target) static <V,T> MutableObjectLongMap <V> InternalArrayIterate.sumByInt(T[] array, int size, Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) static <V,T> ObjectLongMap <V> IterableIterate.sumByInt(Iterable<T> iterable, Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) static <V,T> ObjectLongMap <V> RandomAccessListIterate.sumByInt(List<T> list, Function<? super T, ? extends V> groupBy, IntFunction<? super T> function) static <T> IntSummaryStatisticsInternalArrayIterate.summarizeInt(T[] items, int size, IntFunction<? super T> function) static <T> longInternalArrayIterate.sumOfInt(T[] array, int size, IntFunction<? super T> function) static <T> longIterableIterate.sumOfInt(Iterable<T> iterable, IntFunction<? super T> function) static <T> longIteratorIterate.sumOfInt(Iterator<T> iterator, IntFunction<? super T> function) static <T> longRandomAccessListIterate.sumOfInt(List<T> list, IntFunction<? super T> function)