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
ImmutableList
interface.This package contains implementations of the
MutableList
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 the implementations of
ImmutableSet
.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 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
Classes in org.eclipse.collections.impl.block.function that implement IntObjectToIntFunctionFields 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
Fields in org.eclipse.collections.impl.block.procedure.primitive declared as IntObjectToIntFunctionModifier and TypeFieldDescriptionprivate final IntObjectToIntFunction
<? super T> InjectIntoIntProcedure.function
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
AbstractMultiReaderMutableCollection.UntouchableMutableCollection.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.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
AbstractImmutableList.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> function) int
ImmutableEmptyList.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.list.mutable
Fields in org.eclipse.collections.impl.list.mutable declared as IntObjectToIntFunctionModifier and TypeFieldDescriptionprivate static final IntObjectToIntFunction
<?> AbstractMutableList.HASH_CODE_FUNCTION
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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ImmutableByteObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableByteObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableByteObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableCharObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableCharObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableCharObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableDoubleObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableDoubleObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableDoubleObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableFloatObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableFloatObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableFloatObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableIntObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableIntObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableIntObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableLongObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableLongObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableLongObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableShortObjectEmptyMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableShortObjectHashMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> function) int
ImmutableShortObjectSingletonMap.injectInto
(int injectedValue, IntObjectToIntFunction<? super V> 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.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ImmutableEmptySet.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) -
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.stack.immutable
Methods in org.eclipse.collections.impl.stack.immutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionint
ImmutableArrayStack.injectInto
(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction) Deprecated. -
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)