Uses of Interface
org.eclipse.collections.api.block.function.primitive.ObjectIntToObjectFunction
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains interfaces for Bag API.
This package contains interfaces for SortedBag API.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains interfaces for stack API.
This package contains implementations of the
ImmutableBag
interface.This package contains implementations of the
MutableBag
interface.This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of
MutableSortedBag
.This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the
MutableList
interface.This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
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 implementations of the mutable primitive set interfaces.
This package contains implementations of
MutableSortedSet
.This package contains implementations of the
MutableStack
interface.This package contains implementations of the mutable primitive stack interfaces.
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 ObjectIntToObjectFunction in org.eclipse.collections.api
Modifier and TypeMethodDescription<T> T
IntIterable.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.bag
Modifier and TypeMethodDescription<V> RichIterable<V>
Bag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) Iterates over the unique elements and their occurrences and collects the results of applying the specified function.default <V,
R extends Collection<V>>
RBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) Iterates over the unique elements and their occurrences and collects the results of applying the specified function into the target collection.<V> ImmutableBag<V>
ImmutableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> ImmutableCollection<V>
ImmutableBagIterable.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> MutableBag<V>
MutableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> RichIterable<V>
MutableBagIterable.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> UnsortedBag<V>
UnsortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.bag.sorted
Modifier and TypeMethodDescriptiondefault <V> ImmutableList<V>
ImmutableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> MutableList<V>
MutableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> ListIterable<V>
SortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> ImmutableList<V>
ImmutableSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> MutableList<V>
MutableSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> ListIterable<V>
SortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.list
Modifier and TypeMethodDescriptiondefault <V> ImmutableList<V>
ImmutableList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> ListIterable<V>
ListIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> MutableList<V>
MutableList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.map.sorted
Modifier and TypeMethodDescriptiondefault <R> ImmutableList<R>
ImmutableSortedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends R> function) default <R> MutableList<R>
MutableSortedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends R> function) default <V1> ListIterable<V1>
SortedMapIterable.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends V1> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.ordered
Modifier and TypeMethodDescriptiondefault <V> OrderedIterable<V>
OrderedIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) Returns a new OrderedIterable using results obtained by applying the specified function to each element and its corresponding index.default <V,
R extends Collection<V>>
ROrderedIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) Adds elements to the target Collection using results obtained by applying the specified function to each element and its corresponding index.default <V> ReversibleIterable<V>
ReversibleIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.set.sorted
Modifier and TypeMethodDescriptiondefault <V> ImmutableList<V>
ImmutableSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> MutableList<V>
MutableSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> ListIterable<V>
SortedSetIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.api.stack
Modifier and TypeMethodDescriptiondefault <V> ImmutableStack<V>
ImmutableStack.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> MutableStack<V>
MutableStack.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) default <V> StackIterable<V>
StackIterable.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.bag.immutable
Modifier and TypeMethodDescription<V> ImmutableBag<V>
AbstractImmutableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.bag.mutable
Modifier and TypeMethodDescription<V> MutableBag<V>
AbstractMutableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> MutableBag<V>
MultiReaderHashBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RMultiReaderHashBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableBag<V>
SynchronizedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableBag<V>
UnmodifiableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RUnmodifiableBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.bag.mutable.primitive
Modifier and TypeMethodDescription<T> T
IntHashBag.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.bag.sorted.mutable
Modifier and TypeMethodDescription<V> MutableList<V>
AbstractMutableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RAbstractMutableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
SynchronizedSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
UnmodifiableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RUnmodifiableSortedBag.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
AbstractMutableSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V> MutableList<V>
SynchronizedSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
UnmodifiableSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RUnmodifiableSortedBag.collectWithOccurrences
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.collection.mutable.primitive
Modifier and TypeMethodDescription<T> T
AbstractSynchronizedIntCollection.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
AbstractUnmodifiableIntCollection.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.lazy.primitive
Modifier and TypeMethodDescription<T> T
AbstractLazyIntIterable.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
LazyIntIterableAdapter.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.list.mutable
Modifier and TypeMethodDescription<V> MutableList<V>
FastList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RFastList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
SynchronizedMutableList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedMutableList.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeMethodDescription<T> T
IntArrayList.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.list.primitive
Modifier and TypeMethodDescription<T> T
IntInterval.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescription<T> T
AbstractMutableIntKeySet.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <V> V
ByteIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
CharIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
DoubleIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
FloatIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
IntIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
LongIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
ObjectIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
ObjectIntHashMapWithHashingStrategy.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <V> V
ShortIntHashMap.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) <T> T
SynchronizedByteIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedCharIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedDoubleIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedFloatIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedIntIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedLongIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedObjectIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
SynchronizedShortIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableByteIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableCharIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableDoubleIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableFloatIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableIntIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableLongIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableObjectIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableShortIntMap.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.map.ordered.mutable
Modifier and TypeMethodDescription<V1> ReversibleIterable<V1>
UnmodifiableMutableOrderedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends V1> function) <VV,
R extends Collection<VV>>
RUnmodifiableMutableOrderedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends VV> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.map.sorted.mutable
Modifier and TypeMethodDescription<R> MutableList<R>
SynchronizedSortedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends R> function) <V1,
R extends Collection<V1>>
RSynchronizedSortedMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends V1> function, R target) <R> MutableList<R>
UnmodifiableTreeMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends R> function) <V1,
R extends Collection<V1>>
RUnmodifiableTreeMap.collectWithIndex
(ObjectIntToObjectFunction<? super V, ? extends V1> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.primitive
Modifier and TypeMethodDescription<T> T
SynchronizedIntIterable.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescription<T> T
IntHashSet.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.set.sorted.mutable
Modifier and TypeMethodDescription<V> MutableList<V>
SynchronizedSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableList<V>
UnmodifiableSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RUnmodifiableSortedSet.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.stack.mutable
Modifier and TypeMethodDescription<V> MutableStack<V>
SynchronizedStack.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) <V,
R extends Collection<V>>
RSynchronizedStack.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function, R target) <V> MutableStack<V>
UnmodifiableStack.collectWithIndex
(ObjectIntToObjectFunction<? super T, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Modifier and TypeMethodDescription<T> T
SynchronizedIntStack.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
UnmodifiableIntStack.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.stack.primitive
Modifier and TypeMethodDescription<V> V
AbstractIntStack.injectInto
(V injectedValue, ObjectIntToObjectFunction<? super V, ? extends V> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.string.immutable
Modifier and TypeMethodDescription<T> T
CodePointAdapter.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) <T> T
CodePointList.injectInto
(T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.utility
Modifier and TypeMethodDescriptionstatic <T,
A> MutableList<A> ListIterate.collectWithIndex
(List<T> list, ObjectIntToObjectFunction<? super T, ? extends A> function) static <T,
A, R extends Collection<A>>
RListIterate.collectWithIndex
(List<T> list, ObjectIntToObjectFunction<? super T, ? extends A> function, R targetCollection) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.utility.internal
Modifier and TypeMethodDescriptionstatic <T,
V, R extends Collection<V>>
RInternalArrayIterate.collectWithIndex
(T[] array, int size, ObjectIntToObjectFunction<? super T, ? extends V> function, R target) static <T,
A> MutableList<A> RandomAccessListIterate.collectWithIndex
(List<T> list, ObjectIntToObjectFunction<? super T, ? extends A> function) static <T,
A, R extends Collection<A>>
RRandomAccessListIterate.collectWithIndex
(List<T> list, ObjectIntToObjectFunction<? super T, ? extends A> function, R targetCollection) -
Uses of ObjectIntToObjectFunction in org.eclipse.collections.impl.utility.internal.primitive
Modifier and TypeMethodDescriptionstatic <T> T
IntIterableIterate.injectInto
(IntIterable iterable, T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function) static <T> T
IntIteratorIterate.injectInto
(IntIterator iterator, T injectedValue, ObjectIntToObjectFunction<? super T, ? extends T> function)