AtomicIntegerArray

Class AtomicIntegerArray

All Implemented Interfaces:
Serializable
public class AtomicIntegerArray
extends Object
implements Serializable

An int array 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

AtomicIntegerArray

public AtomicIntegerArray(int length)

Creates a new AtomicIntegerArray of the given