Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
Wimt (talk | contribs)
m Reverted 1 edit by 210.210.79.19 to last revision by Jayvdb. using TW
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.fdg
 
The atomic wrapper classes and their corresponding primitive types are: