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 TypeMethodDescriptionintRichIterable.injectInto(int injectedValue, IntObjectToIntFunction<? super T> function) Deprecated.since 11.1 - use injectIntoInt insteaddefault intRichIterable.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 TypeMethodDescriptionintAbstractRichIterable.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 IntObjectToIntFunctionModifier and TypeMethodDescriptionintAbstractBag.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 TypeMethodDescriptionintImmutableHashBag.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 TypeMethodDescriptionintAbstractBiMap.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 TypeMethodDescriptionintUnmodifiableBiMap.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.functionConstructors 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 TypeMethodDescriptionintAbstractSynchronizedRichIterable.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 TypeMethodDescriptionintAbstractCollectionAdapter.injectInto(int injectedValue, IntObjectToIntFunction<? super T> function) intAbstractMultiReaderMutableCollection.injectInto(int injectedValue, IntObjectToIntFunction<? super T> function) intAbstractMultiReaderMutableCollection.UntouchableMutableCollection.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 IntObjectToIntFunctionModifier and TypeMethodDescriptionintCollectIterable.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 TypeMethodDescriptionintInterval.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 TypeMethodDescriptionintAbstractImmutableList.injectInto(int injectedValue, IntObjectToIntFunction<? super T> function) intImmutableEmptyList.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_FUNCTIONMethods in org.eclipse.collections.impl.list.mutable with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionintAbstractMutableList.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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntObjectToIntFunctionModifier and TypeMethodDescriptionintImmutableByteObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableByteObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableByteObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableCharObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableCharObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableCharObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableDoubleObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableDoubleObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableDoubleObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableFloatObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableFloatObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableFloatObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableIntObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableIntObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableIntObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableLongObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableLongObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableLongObjectSingletonMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableShortObjectEmptyMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableShortObjectHashMap.injectInto(int injectedValue, IntObjectToIntFunction<? super V> function) intImmutableShortObjectSingletonMap.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 TypeMethodDescriptionintUnmodifiableMutableMap.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 TypeMethodDescriptionintByteObjectHashMap.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 IntObjectToIntFunctionModifier and TypeMethodDescriptionintUnmodifiableMutableOrderedMap.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 TypeMethodDescriptionintUnmodifiableTreeMap.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 TypeMethodDescriptionintImmutableEmptySet.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 TypeMethodDescriptionintImmutableArrayStack.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 TypeMethodDescriptionintArrayStack.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 IntObjectToIntFunctionModifier and TypeMethodDescriptionstatic <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 IntObjectToIntFunctionModifier and TypeMethodDescriptionstatic <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)