| Class | Description |
|---|---|
| DoubleAdder |
One or more variables that together maintain an initially zero
double sum. |
| DoubleMaxUpdater |
One or more variables that together maintain a running
double
maximum with initial value Double.NEGATIVE_INFINITY. |
| LongAdder |
One or more variables that together maintain an initially zero
long sum. |
| LongMaxUpdater |
One or more variables that together maintain a running
long
maximum with initial value Long.MIN_VALUE. |
Copyright © 2009–2016. All rights reserved.