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 . |
ThreadLocalRandom |
A random number generator isolated to the current thread.
|
Copyright © 2018. All rights reserved.