public
classAtomicReferenceArray<E>
implements
Serializable
Overview
Inheritance
Members
Usage
Source
Books
Since1.5
VersionNot specified.
Author(s)Doug Lea
Type Parameters:
E - The base class of elements held in this array
An array of object references in which elements may be updated
atomically. See the java.util.concurrent.atomic package
specification for description of the properties of atomic
variables.