public
classAtomicReference<V>
implements
Serializable
Overview
Inheritance
Members
Usage
Source
Books
Since1.5
VersionNot specified.
Author(s)Doug Lea
An object reference that may be updated atomically. See the java.util.concurrent.atomic package specification for description
of the properties of atomic variables.