Uses of Interface
org.eclipse.collections.api.block.function.primitive.IntObjectToIntFunction
-
Packages that use IntObjectToIntFunction Package Description org.eclipse.collections.api This package contains interfaces for Eclipse Collections API.org.eclipse.collections.impl This package contains implementations for Eclipse Collections API.org.eclipse.collections.impl.bag org.eclipse.collections.impl.bag.immutable This package contains implementations of theImmutableBag
interface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMap
interface.org.eclipse.collections.impl.block.function org.eclipse.collections.impl.block.procedure.primitive This package contains implementations of primitive procedures.org.eclipse.collections.impl.collection org.eclipse.collections.impl.collection.mutable This package contains implementations of theMutableCollection
interface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterable
interface.org.eclipse.collections.impl.list This package contains implementations of theListIterable
interface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableList
interface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableList
interface.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.mutable This package contains implementations of theMutableMap
interface.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.map.ordered.mutable org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet
.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStack
interface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStack
interface.org.eclipse.collections.impl.utility This package contains static utilities that provide iteration pattern implementations which work with JCF collections.org.eclipse.collections.impl.utility.internal This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections. -
-
Uses of IntObjectToIntFunction in org.eclipse.collections.api
Methods in org.eclipse.collections.api with parameters of type IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Class Description private static class
AddFunction.AddIntegerToIntFunction
Fields in org.eclipse.collections.impl.block.function declared as IntObjectToIntFunction Modifier and Type Field Description static IntObjectToIntFunction<java.lang.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 IntObjectToIntFunction Modifier and Type Field Description private IntObjectToIntFunction<? super T>
InjectIntoIntProcedure. function
Constructors in org.eclipse.collections.impl.block.procedure.primitive with parameters of type IntObjectToIntFunction Constructor Description InjectIntoIntProcedure(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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
Interval. injectInto(int injectedValue, IntObjectToIntFunction<? super java.lang.Integer> function)
-
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable with parameters of type IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Field Description private static IntObjectToIntFunction<?>
AbstractMutableList. HASH_CODE_FUNCTION
Methods in org.eclipse.collections.impl.list.mutable with parameters of type IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description int
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 IntObjectToIntFunction Modifier and Type Method Description static <T> int
ArrayIterate. injectInto(int injectValue, T[] objectArray, IntObjectToIntFunction<? super T> function)
static <T> int
ArrayListIterate. injectInto(int injectValue, java.util.ArrayList<T> list, IntObjectToIntFunction<? super T> function)
static <T> int
Iterate. injectInto(int injectValue, java.lang.Iterable<T> iterable, IntObjectToIntFunction<? super T> function)
static <T> int
ListIterate. injectInto(int injectValue, java.util.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 IntObjectToIntFunction Modifier and Type Method Description static <T> int
IterableIterate. injectInto(int injectValue, java.lang.Iterable<T> iterable, IntObjectToIntFunction<? super T> function)
static <T> int
IteratorIterate. injectInto(int injectValue, java.util.Iterator<T> iterator, IntObjectToIntFunction<? super T> function)
static <T> int
RandomAccessListIterate. injectInto(int injectValue, java.util.List<T> list, IntObjectToIntFunction<? super T> function)
-