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 theImmutableBaginterface.org.eclipse.collections.impl.bimap org.eclipse.collections.impl.bimap.mutable This package contains implementations of theMutableBiMapinterface.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 theMutableCollectioninterface.org.eclipse.collections.impl.lazy This package contains implementations of theLazyIterableinterface.org.eclipse.collections.impl.list This package contains implementations of theListIterableinterface.org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.mutable This package contains implementations of theMutableListinterface.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 theMutableMapinterface.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 theMutableSortedMapinterface.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.stack.immutable This package contains implementations of theImmutableStackinterface.org.eclipse.collections.impl.stack.mutable This package contains implementations of theMutableStackinterface.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)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 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
Classes in org.eclipse.collections.impl.block.function that implement IntObjectToIntFunction Modifier and Type Class Description private static classAddFunction.AddIntegerToIntFunctionFields 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. functionConstructors 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)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 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 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 intAbstractImmutableList. 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 IntObjectToIntFunction Modifier and Type Field Description private static IntObjectToIntFunction<?>AbstractMutableList. HASH_CODE_FUNCTIONMethods 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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive with parameters of type IntObjectToIntFunction Modifier and Type Method Description intImmutableByteObjectEmptyMap. 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 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.set.immutable
Methods in org.eclipse.collections.impl.set.immutable with parameters of type IntObjectToIntFunction Modifier and Type Method Description intImmutableEmptySet. 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 intImmutableArrayStack. 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 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, java.util.ArrayList<T> list, IntObjectToIntFunction<? super T> function)static <T> intIterate. injectInto(int injectValue, java.lang.Iterable<T> iterable, IntObjectToIntFunction<? super T> function)static <T> intListIterate. 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> intIterableIterate. injectInto(int injectValue, java.lang.Iterable<T> iterable, IntObjectToIntFunction<? super T> function)static <T> intIteratorIterate. injectInto(int injectValue, java.util.Iterator<T> iterator, IntObjectToIntFunction<? super T> function)static <T> intRandomAccessListIterate. injectInto(int injectValue, java.util.List<T> list, IntObjectToIntFunction<? super T> function)
-