Module java.base

Class AtomicIntegerArray

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

public class AtomicIntegerArray extends Object implements Serializable
An int 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: