Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
Atomic wrapper classes: Fixed wikilink
grammar
Line 33:
== Atomic wrapper classes ==
 
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.
 
The atomic wrapper classes and their corresponding primitive types are: