Package | Description |
---|---|
java.lang |
Modifier and Type | Method and Description |
---|---|
static Integer |
Integer.decode(String s) |
static Integer |
Integer.getInteger(String nm) |
static Integer |
Integer.getInteger(String nm,
int val) |
static Integer |
Integer.getInteger(String nm,
Integer val) |
static Integer |
Integer.valueOf(String s) |
static Integer |
Integer.valueOf(String s,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
Integer.compareTo(Integer anotherInteger) |
static Integer |
Integer.getInteger(String nm,
Integer val) |