| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> ListIterable<V> |
FloatList.collectWithIndex(FloatIntToObjectFunction<? 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> |
MutableFloatList.collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new MutableList using results obtained by applying the specified function to each element
and its corresponding index.
|
default <V> ImmutableList<V> |
ImmutableFloatList.collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new ImmutableList using results obtained by applying the specified function to each element
and its corresponding index.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> ReversibleIterable<V> |
ReversibleFloatIterable.collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new ReversibleIterable using results obtained by applying the specified function to each element
and its corresponding index.
|
default <V> OrderedIterable<V> |
OrderedFloatIterable.collectWithIndex(FloatIntToObjectFunction<? 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>> |
OrderedFloatIterable.collectWithIndex(FloatIntToObjectFunction<? 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.
|
| Modifier and Type | Method and Description |
|---|---|
default <V> StackIterable<V> |
FloatStack.collectWithIndex(FloatIntToObjectFunction<? 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> |
MutableFloatStack.collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new MutableStack using results obtained by applying the specified function to each element
and its corresponding index.
|
default <V> ImmutableStack<V> |
ImmutableFloatStack.collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new ImmutableStack using results obtained by applying the specified function to each element
and its corresponding index.
|
Copyright © 2004–2023. All rights reserved.