- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AtomicLongFieldUpdater (0.22 sec)
-
guava/src/com/google/common/util/concurrent/AtomicDouble.java
public class AtomicDouble extends Number { private static final long serialVersionUID = 0L; private transient volatile long value; private static final AtomicLongFieldUpdater<AtomicDouble> updater = AtomicLongFieldUpdater.newUpdater(AtomicDouble.class, "value"); /** * Creates a new {@code AtomicDouble} with the given initial value. * * @param initialValue the initial value */
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 9.5K bytes - Viewed (0)