Content deleted Content added
grammar |
Expand on AtomicInteger and AtomicLong |
||
Line 49:
|}
The <code>AtomicInteger</code> and <code>AtomicLong</code> classes are subclasses of the <code>Number</code> class. The <code>AtomicReference</code> class accepts the [[TypeParameter|type parameter]] <code>V</code> that specifies the type of the object [[reference (computer science)|reference]]. (See "[[Generics in Java]]" for a description of type parameters in Java.) Note that while an object type is not a primitive type, an object reference is.
== See also ==
|