Searched defs:DoubleAdder (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
H A DDoubleAdder.java64 public class DoubleAdder extends Striped64 implements Serializable { class in inherits:Striped64,Serializable
81 public DoubleAdder() { method in class:DoubleAdder
226 SerializationProxy(DoubleAdder a) {
231 * Returns a {@code DoubleAdder} object with initial state
234 * @return a {@code DoubleAdder} object with initial state
238 DoubleAdder a = new DoubleAdder();
246 * <a href="../../../../serialized-form.html#java.util.concurrent.atomic.DoubleAdder.SerializationProxy">

Completed in 150 milliseconds