Generated by
JDiff

Class com.google.common.util.concurrent.AtomicDouble

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.