| Class | Description |
|---|---|
| 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 © 2014 Tim Brooks. All Rights Reserved.