public static interface Combiner.Container
Modifier and Type | Method and Description |
---|---|
void |
add(Combiner.Container container)
Combines the content of a given container with this one.
|
double |
getCombinedValue()
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 accumulatevoid add(Combiner.Container container)
container
- other container, of the same type as this onedouble getCombinedValue()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.