public static interface Combiner.Container
Modifier and Type | Method and Description |
---|---|
double |
getResult()
Returns the combined result of all the values submitted so far.
|
void |
submit(double datum)
Submits a new numeric value for accumulation to the result.
|
void submit(double datum)
datum
- new value to accumulatedouble getResult()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.