JDK for Solaris Developer's Guide

Autoboxing/Unboxing

This facility eliminates the drudgery of manual conversion between primitive types (such as int) and wrapper types (such as Integer). Refer to JSR 201 and to the documentation at http://java.sun.com/j2se/1.5.0/docs/guide/language/autoboxing.html.