Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for description (1.15 sec)

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

    import java.util.concurrent.atomic.AtomicLongArray;
    
    /**
     * A {@code double} array in which elements may be updated atomically. See the {@link
     * java.util.concurrent.atomic} package specification for description of the properties of atomic
     * variables.
     *
     * <p><a id="bitEquals"></a>This class compares primitive {@code double} values in methods such as
     * {@link #compareAndSet} by comparing their bitwise representation using {@link
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 04 09:45:04 GMT 2023
    - 8K bytes
    - Viewed (0)
Back to top