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
|
MIN_VALUE
= -2147483648
The smallest possible value.
MAX_VALUE
= 2147483647
The largest possible value.