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