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