Uses of Interface
org.eclipse.collections.api.block.function.primitive.LongIntToObjectFunction
| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.ordered.primitive | |
| org.eclipse.collections.api.stack.primitive |
This package contains mutable and immutable primitive stack API.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
-
Uses of LongIntToObjectFunction in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive with parameters of type LongIntToObjectFunction Modifier and Type Method Description default <V> ImmutableList<V>ImmutableLongList. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new ImmutableList using results obtained by applying the specified function to each element and its corresponding index.default <V> ListIterable<V>LongList. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new ListIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> MutableList<V>MutableLongList. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index. -
Uses of LongIntToObjectFunction in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive with parameters of type LongIntToObjectFunction Modifier and Type Method Description default <V> OrderedIterable<V>OrderedLongIterable. collectWithIndex(LongIntToObjectFunction<? 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>>
ROrderedLongIterable. collectWithIndex(LongIntToObjectFunction<? 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>ReversibleLongIterable. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new ReversibleIterable using results obtained by applying the specified function to each element and its corresponding index. -
Uses of LongIntToObjectFunction in org.eclipse.collections.api.stack.primitive
Methods in org.eclipse.collections.api.stack.primitive with parameters of type LongIntToObjectFunction Modifier and Type Method Description default <V> ImmutableStack<V>ImmutableLongStack. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new ImmutableStack using results obtained by applying the specified function to each element and its corresponding index.default <V> StackIterable<V>LongStack. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new StackIterable using results obtained by applying the specified function to each element and its corresponding index.default <V> MutableStack<V>MutableLongStack. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index. -
Uses of LongIntToObjectFunction in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive with parameters of type LongIntToObjectFunction Modifier and Type Method Description <V> MutableList<V>SynchronizedLongList. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index.<V, R extends Collection<V>>
RSynchronizedLongList. collectWithIndex(LongIntToObjectFunction<? 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.<V> MutableList<V>UnmodifiableLongList. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableList using results obtained by applying the specified function to each element and its corresponding index.<V, R extends Collection<V>>
RUnmodifiableLongList. collectWithIndex(LongIntToObjectFunction<? 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. -
Uses of LongIntToObjectFunction in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive with parameters of type LongIntToObjectFunction Modifier and Type Method Description <V> MutableStack<V>SynchronizedLongStack. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index.<V, R extends Collection<V>>
RSynchronizedLongStack. collectWithIndex(LongIntToObjectFunction<? 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.<V> MutableStack<V>UnmodifiableLongStack. collectWithIndex(LongIntToObjectFunction<? extends V> function)Returns a new MutableStack using results obtained by applying the specified function to each element and its corresponding index.<V, R extends Collection<V>>
RUnmodifiableLongStack. collectWithIndex(LongIntToObjectFunction<? 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.