Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for DoubleAdder (0.31 seconds)

  1. android/guava/src/com/google/common/util/concurrent/AtomicDouble.java

     *
     * <p>It is possible to write a more scalable updater, at the cost of giving up strict atomicity.
     * See for example <a
     * href="http://gee.cs.oswego.edu/dl/jsr166/dist/docs/java.base/java/util/concurrent/atomic/DoubleAdder.html">
     * DoubleAdder</a>.
     *
     * @author Doug Lea
     * @author Martin Buchholz
     * @since 11.0
     */
    public class AtomicDouble extends Number {
      private static final long serialVersionUID = 0L;
    
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Jan 29 22:14:05 GMT 2026
    - 7.2K bytes
    - Click Count (0)
Back to Top