public class Integer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_VALUE
The largest possible value.
|
static int |
MIN_VALUE
The smallest possible value.
|
| Constructor and Description |
|---|
Integer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(int x)
Convert a value to a String.
|
public static final int MIN_VALUE
public static final int MAX_VALUE
public static String toString(int x)
x - the value