Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
m Reverted edits by 165.225.104.74 (talk): Editing tests (HG) (3.1.19)
Line 57:
Although it is a wrapper class, the {{Javadoc:SE|java/lang|Void}} class provides an object representation of the [[void type|<code>void</code>]] return.
 
== Atomic wrapper classes ==asd
 
With Java 5.0, additional wrapper classes were introduced in the {{Javadoc:SE|package=java.util.concurrent.atomic|java/util/concurrent/atomic}} package. These classes are mutable and cannot be used as a replacement for the regular wrapper classes. Instead, they provide [[atomic operation]]s for addition, increment and assignment.