Package | Description |
---|---|
java.lang |
Core Java classes
|
Modifier and Type | Method and Description |
---|---|
static Integer |
Integer.decode(String s) |
static Integer |
Integer.getInteger(String name) |
static Integer |
Integer.getInteger(String name,
int def) |
static Integer |
Integer.getInteger(String name,
Integer def) |
static Integer |
Integer.valueOf(int v) |
static Integer |
Integer.valueOf(String s) |
static Integer |
Integer.valueOf(String s,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
Integer.compareTo(Integer ob) |
static Integer |
Integer.getInteger(String name,
Integer def) |