Module java.base

Class AtomicLongArray

java.lang.Object
java.util.concurrent.atomic.AtomicLongArray
All Implemented Interfaces:
Serializable

public class AtomicLongArray extends Object implements Serializable
A long array in which elements may be updated atomically. See the VarHandle specification for descriptions of the properties of atomic accesses.
Since:
1.5
See Also: