public class AtomicReference<V>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

An object reference that may be updated atomically. See the java.util.concurrent.atomic package specification for description of the properties of atomic variables.

implements Serializable

Parameters:
<V>    The type of object referred to by this reference

Since:  1.5