Uses of Interface
org.eclipse.collections.api.block.function.primitive.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 the
ImmutableBag interface. |
org.eclipse.collections.impl.bimap | |
org.eclipse.collections.impl.bimap.mutable |
This package contains implementations of the
MutableBiMap 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 the
MutableCollection interface. |
org.eclipse.collections.impl.lazy |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.list |
This package contains implementations of the
ListIterable interface. |
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.map.mutable |
This package contains implementations of the
MutableMap 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 the
MutableSortedMap interface. |
org.eclipse.collections.impl.stack.mutable |
This package contains implementations of the
MutableStack 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)
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
Fields in org.eclipse.collections.impl.block.function declared as IntObjectToIntFunction Modifier and Type Field Description static 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 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
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 Integer> function)
-
Uses of IntObjectToIntFunction in org.eclipse.collections.impl.list.mutable
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.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.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, 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 IntObjectToIntFunction Modifier and Type Method Description static <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)