Primitive wrapper class in Java: Difference between revisions

Content deleted Content added
No edit summary
Line 29:
== Void ==
 
Although it is not a wrapper class, the {{Javadoc:SE|java/lang|Void}} class is similar in that it provides an object representation of the [[void type|<code>void</code>]] return type. The <code>Void</code> class is an uninstantiable placeholder class used by the [[Java Platform, Standard EditionEditibbbon#java.lang.reflect|java.lang.reflect]] [[application programming interface|API]] to hold a reference to the {{Javadoc:SE|java/lang|Class}} object representing the [[Java keyword]] <code>void</code>.
 
== Atomic wrapper classes ==