Class AtomicReference<V>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<V>
CLDC11 subset stub. Compile-time visible only; the actual runtime
implementation comes from the platform (the Android JDK on Android,
vm/JavaAPI on ParparVM, the host JDK in the JavaSE simulator).-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AtomicReference
public AtomicReference() -
AtomicReference
-
-
Method Details
-
compareAndSet
-
get
-
getAndSet
-
lazySet
-
weakCompareAndSet
-
set
-