Converting from int to Integer is called boxing and converting back from Integer to int is called unboxing. In Java version 1.5 or later, both are automatic.
In code prior to Java version 1.1, you had to do a lot of manual tedious converting back and forth from primitive int to Integer Object and similarly for byte/ Byte, char/Character, short/ Short, long/ Long, float/ Float and double/ Double.
In Java version 1.5 or later, these conversions are inserted for you automatically. You still pay the time penalty for the conversions, it is just you don’t have to spell them out longhand.
Autoboxing will interconvert Integer and int transparently, but not Integer[] and int[]. That you will have to do yourself element by element.
Manual Vs AutoBoxing | Learning More |
AutoBoxing Example | Links |
Manual Boxing Example |
In this case we use a String to look up a number in a HashMap. We use the Java version 1.5 or later autoboxing features and the JDK (Java Development Kit)
This page is posted |
http://mindprod.com/jgloss/autoboxing.html | |
Optional Replicator mirror
|
J:\mindprod\jgloss\autoboxing.html | |
Please read the feedback from other visitors,
or send your own feedback about the site. Contact Roedy. Please feel free to link to this page without explicit permission. | ||
Canadian
Mind
Products
IP:[65.110.21.43] Your face IP:[98.81.24.230] |
| |
Feedback |
You are visitor number | |