AtomicLongArray

Class AtomicLongArray

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

A long 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

AtomicLongArray

public AtomicLongArray(int length)

Creates a new AtomicLongArray of the given length, with all ele