Removed Methods |
double accumulateAndGet(double, DoubleBinaryOperator)
|
Atomically updates the current value with the results of applying the given function to the
current and given values. |
double getAndAccumulate(double, DoubleBinaryOperator)
|
Atomically updates the current value with the results of applying the given function to the
current and given values. |
double getAndUpdate(DoubleUnaryOperator )
|
Atomically updates the current value with the results of applying the given function. |
double updateAndGet(DoubleUnaryOperator )
|
Atomically updates the current value with the results of applying the given function. |