Integer

Class Integer

All Implemented Interfaces:
Serializable, Comparable<Integer>
public final class Integer
extends Number
implements Comparable<Integer>

The Integer class wraps a value of the primitive type int in an object. An object of type Integer contains a single field whose type is int.

In addition, this class provides several methods for converting