| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.stack |
This package contains interfaces for stack API.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
IntIterable.injectInto(T injectedValue,
ObjectIntToObjectFunction<? super T,? extends T> function) |
| Modifier and Type | Method and Description |
|---|---|
<V> MutableStack<V> |
MutableStack.collectWithIndex(ObjectIntToObjectFunction<? super T,? extends V> function) |
<V> ImmutableStack<V> |
ImmutableStack.collectWithIndex(ObjectIntToObjectFunction<? super T,? extends V> function) |
<V> StackIterable<V> |
StackIterable.collectWithIndex(ObjectIntToObjectFunction<? super T,? extends V> function) |
Copyright © 2004–2017. All rights reserved.