Generated by
JDiff

Class com.google.common.util.concurrent.AtomicDoubleArray

Removed Methods
double accumulateAndGet(int, double, DoubleBinaryOperator) Atomically updates the element at index {@code i} with the results of applying the given function to the current and given values.
double getAndAccumulate(int, double, DoubleBinaryOperator) Atomically updates the element at index {@code i} with the results of applying the given function to the current and given values.
double getAndUpdate(int, DoubleUnaryOperator) Atomically updates the element at index {@code i} with the results of applying the given function to the current value.
double updateAndGet(int, DoubleUnaryOperator) Atomically updates the element at index {@code i} with the results of applying the given function to the current value.