HomeSort by relevance Sort by last modified time
    Searched defs:AtomicDouble (Results 1 - 6 of 6) sorted by null

  /external/guava/guava/src/com/google/common/util/concurrent/
AtomicDouble.java 10 * http://gee.cs.oswego.edu/cgi-bin/viewcvs.cgi/jsr166/src/jsr166e/extra/AtomicDouble.java?revision=1.13
26 * AtomicDouble} is used in applications such as atomic accumulation,
55 public class AtomicDouble extends Number implements java.io.Serializable {
60 private static final AtomicLongFieldUpdater<AtomicDouble> updater =
61 AtomicLongFieldUpdater.newUpdater(AtomicDouble.class, "value");
64 * Creates a new {@code AtomicDouble} with the given initial value.
68 public AtomicDouble(double initialValue) {
73 * Creates a new {@code AtomicDouble} with initial value {@code 0.0}.
75 public AtomicDouble() {
203 * Returns the value of this {@code AtomicDouble} as an {@code int
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/cldr/tools/java/libs/
guava.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/guice/lib/
guava-19.0.jar 

Completed in 926 milliseconds