Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
Atomic wrapper classes: expand to list all of the atomic wrapper classes
Atomic wrapper classes: add statement about references being primitives
Line 49:
|}
 
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 "[[Generic programming#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 ==