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

/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicDouble.java10 * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166e/extra/AtomicDouble.java?revision=1.13
27 * AtomicDouble} is used in applications such as atomic accumulation,
57 public class AtomicDouble extends Number implements java.io.Serializable { class in inherits:Number,java.io.Serializable
62 private static final AtomicLongFieldUpdater<AtomicDouble> updater =
63 AtomicLongFieldUpdater.newUpdater(AtomicDouble.class, "value");
66 * Creates a new {@code AtomicDouble} with the given initial value.
70 public AtomicDouble(double initialValue) { method in class:AtomicDouble
75 * Creates a new {@code AtomicDouble} with initial value {@code 0.0}.
77 public AtomicDouble() { method in class:AtomicDouble
205 * Returns the value of this {@code AtomicDouble} a
[all...]
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 48 milliseconds