AtomicReferenceArray

Class AtomicReferenceArray<E>

Type Parameters:
E - The base class of elements held in this array
All Implemented Interfaces:
Serializable
public class AtomicReferenceArray<E>
extends Object
implements Serializable

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.

Since:
1.5

Constructors

登录查看完整内容