public interface IndexedLongConsumer
| Modifier and Type | Interface and Description |
|---|---|
static class |
IndexedLongConsumer.Util |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(int index,
long value)
Performs operation on argument.
|
Copyright © 2018. All rights reserved.