|
Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Integer | |
|---|---|
| java.lang | |
| Uses of Integer in java.lang |
|---|
| Fields in java.lang with type parameters of type Integer | |
|---|---|
static Class<Integer> |
Integer.TYPE
The java.lang.Class that represents this class. |
| Methods in java.lang that return Integer | |
|---|---|
static Integer |
Integer.decode(String string)
Parses the string argument as if it was an int value and returns the result. |
static Integer |
Integer.getInteger(String string)
Answers an Integer representing the integer value of the property named by the argument. |
static Integer |
Integer.getInteger(String string,
int defaultValue)
Answers an Integer representing the integer value of the property named by the argument. |
static Integer |
Integer.getInteger(String string,
Integer defaultValue)
Answers an Integer representing the integer value of the property named by the argument. |
static Integer |
Integer.valueOf(int value)
Constructs a new instance of the receiver which represents the given base-type value. |
static Integer |
Integer.valueOf(String string)
Parses the string argument as if it was an int value and returns the result. |
static Integer |
Integer.valueOf(String string,
int radix)
Parses the string argument as if it was an int value and returns the result. |
| Methods in java.lang with parameters of type Integer | |
|---|---|
int |
Integer.compareTo(Integer object)
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements. |
static Integer |
Integer.getInteger(String string,
Integer defaultValue)
Answers an Integer representing the integer value of the property named by the argument. |
|
Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||