In dictionaries:
Primitive wrapper class in Java
In object-oriented programming, a wrapper class is a class that encapsulates types, so that those types can be used to create object instances and methods in another class that needs those types.
more...