Some classes in the standard Java API are treated slightly different from other classes. I\'m talking about those classes that couldn\'t be implemented without special support f
All of the Number classes have a little bit of magic in the form of Autoboxing.