Integer

A java.lang.Integer implementation.

Methods
static String toString(int x)
Convert a value to a String.
static String toString(int x)
Convert a value to a String.
Parameters:
x - the value
Returns:
the String

Fields
static int MAX_VALUE = 2147483647
static int MIN_VALUE = -2147483648

MIN_VALUE = -2147483648

The smallest possible value.

MAX_VALUE = 2147483647

The largest possible value.