T - the type of the input to the operation@FunctionalInterface public interface IndexedConsumer<T>
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedConsumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int index,
T t)
Performs operation on argument.
|
void accept(int index,
T t)
index - the indext - the input argumentCopyright © 2017. All rights reserved.