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 intRichIterable. 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 intAbstractRichIterable. injectInto(int injectedValue, IntObjectToIntFunction<? super T> function)intUnmodifiableRichIterable. 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 intAbstractBag. 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 intImmutableHashBag. 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 intAbstractBiMap. 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 intUnmodifiableBiMap. 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 intAbstractSynchronizedRichIterable. 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 intAbstractCollectionAdapter. injectInto(int injectedValue, IntObjectToIntFunction<? super T> function)intAbstractMultiReaderMutableCollection. injectInto(int injectedValue, IntObjectToIntFunction<? super T> function)intAbstractUnmodifiableMutableCollection. 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 intCollectIterable. 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 intInterval. 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 intAbstractMutableList. injectInto(int injectedValue, IntObjectToIntFunction<? super T> function)intCompositeFastList. injectInto(int injectedValue, IntObjectToIntFunction<? super E> function)intFastList. 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 intUnmodifiableMutableMap. 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 intByteObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intCharObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intDoubleObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intFloatObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intIntObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intLongObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intShortObjectHashMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedByteObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedCharObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedDoubleObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedFloatObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedIntObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedLongObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intSynchronizedShortObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableByteObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableCharObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableDoubleObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableFloatObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableIntObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableLongObjectMap. injectInto(int injectedValue, IntObjectToIntFunction<? super V> function)intUnmodifiableShortObjectMap. 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 intUnmodifiableMutableOrderedMap. 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 intUnmodifiableTreeMap. 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 intArrayStack. injectInto(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction)intSynchronizedStack. injectInto(int injectedValue, IntObjectToIntFunction<? super T> intObjectToIntFunction)intUnmodifiableStack. 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> intArrayIterate. injectInto(int injectValue, T[] objectArray, IntObjectToIntFunction<? super T> function)static <T> intArrayListIterate. injectInto(int injectValue, ArrayList<T> list, IntObjectToIntFunction<? super T> function)static <T> intIterate. injectInto(int injectValue, Iterable<T> iterable, IntObjectToIntFunction<? super T> function)static <T> intListIterate. 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> intIterableIterate. injectInto(int injectValue, Iterable<T> iterable, IntObjectToIntFunction<? super T> function)static <T> intIteratorIterate. injectInto(int injectValue, Iterator<T> iterator, IntObjectToIntFunction<? super T> function)static <T> intRandomAccessListIterate. injectInto(int injectValue, List<T> list, IntObjectToIntFunction<? super T> function)