Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction
Packages that use IntObjectToIntFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains implementations for Eclipse Collections API.
This package contains implementations of the
ImmutableBag
interface.This package contains implementations of the
MutableBiMap
interface.This package contains implementations of primitive procedures.
This package contains implementations of the
MutableCollection
interface.This package contains implementations of the
LazyIterable
interface.This package contains implementations of the
ListIterable
interface.This package contains implementations of the
MutableList
interface.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
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 IntObjectToIntFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
RichIterable.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) Deprecated.since 11.1 - use injectIntoInt insteaddefault int
RichIterable.injectIntoInt
(int injectedValue, IntObjectToIntFunction<? super T> function) Returns the final int result of evaluating function using each element of the iterable and the previous evaluation result as the parameters. -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractRichIterable.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) int
UnmodifiableRichIterable.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.bag
Methods in org.eclipse.collections.impl.bag with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractBag.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.bag.immutable
Methods in org.eclipse.collections.impl.bag.immutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ImmutableHashBag.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.bimap
Methods in org.eclipse.collections.impl.bimap with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractBiMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.bimap.mutable
Methods in org.eclipse.collections.impl.bimap.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
UnmodifiableBiMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.block.function
Fields in org.eclipse.collections.impl.block.function declared as IntObjectToIntFunctionModifier and TypeFieldDescriptionstatic final IntObjectToIntFunction<Integer>
AddFunction.INTEGER_TO_INT
-
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.block.procedure.primitive
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntObjectToIntFunctionModifierConstructorDescriptionInjectIntoIntProcedure
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.collection
Methods in org.eclipse.collections.impl.collection with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractSynchronizedRichIterable.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.collection.mutable
Methods in org.eclipse.collections.impl.collection.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractCollectionAdapter.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) int
AbstractMultiReaderMutableCollection.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) int
AbstractUnmodifiableMutableCollection.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
CollectIterable.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> f) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.list
Methods in org.eclipse.collections.impl.list with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
Interval.injectInto
(int injectedValue, IntObjectToIntFunction<? super Integer> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.list.mutable
Methods in org.eclipse.collections.impl.list.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractMutableList.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) int
CompositeFastList.injectInto
(int injectedValue, IntObjectToIntFunction<? super E> function) int
FastList.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.map.mutable
Methods in org.eclipse.collections.impl.map.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
UnmodifiableMutableMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ByteObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
CharObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
DoubleObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
FloatObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
IntObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
LongObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ShortObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedByteObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedCharObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedDoubleObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedFloatObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedIntObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedLongObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
SynchronizedShortObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableByteObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableCharObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableDoubleObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableFloatObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableIntObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableLongObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
UnmodifiableShortObjectMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.map.ordered.mutable
Methods in org.eclipse.collections.impl.map.ordered.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
UnmodifiableMutableOrderedMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
UnmodifiableTreeMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.stack.mutable
Methods in org.eclipse.collections.impl.stack.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ArrayStack.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) int
SynchronizedStack.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) int
UnmodifiableStack.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.utility
Methods in org.eclipse.collections.impl.utility with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionstatic <T> int
ArrayIterate.injectInto
(int injectValue, T[] objectArray, IntObjectToIntFunction<? super T> function) static <T> int
ArrayListIterate.injectInto
(int injectValue, ArrayList<T> list, IntObjectToIntFunction<? super T> function) static <T> int
Iterate.injectInto
(int injectValue, Iterable<T> iterable, IntObjectToIntFunction<? super T> function) static <T> int
ListIterate.injectInto
(int injectValue, List<T> list, IntObjectToIntFunction<? super T> function) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.utility.internal
Methods in org.eclipse.collections.impl.utility.internal with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionstatic <T> int
IterableIterate.injectInto
(int injectValue, Iterable<T> iterable, IntObjectToIntFunction<? super T> function) static <T> int
IteratorIterate.injectInto
(int injectValue, Iterator<T> iterator, IntObjectToIntFunction<? super T> function) static <T> int
RandomAccessListIterate.injectInto
(int injectValue, List<T> list, IntObjectToIntFunction<? super T> function)