AtomicReferenceArray
Class AtomicReferenceArray<E>
- java.lang.Object
-
- java.util.concurrent.atomic.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