Module java.base

Class AtomicReference<V>

java.lang.Object
java.util.concurrent.atomic.AtomicReference<V>
Type Parameters:
V - The type of object referred to by this reference
All Implemented Interfaces:
Serializable

public class AtomicReference<V> extends Object implements Serializable
An object reference that may be updated atomically. See the VarHandle specification for descriptions of the properties of atomic accesses.
Since:
1.5
See Also: