See: Description
Class | Description |
---|---|
DoubleAccumulator |
One or more variables that together maintain a running
double
value updated using a supplied function. |
DoubleAdder |
One or more variables that together maintain an initially zero
double sum. |
LongAccumulator |
One or more variables that together maintain a running
long
value updated using a supplied function. |
LongAdder |
One or more variables that together maintain an initially zero
long sum. |
Copyright © 2015. All rights reserved.