Changed Methods |
Integer decode(String )
|
Documentation changed from old to new. |
Decodes a String into an Integer . |
int compareTo(Integer )
|
Documentation changed from old to new. |
Compares two Integers numerically. |
int compareTo(Object )
|
Documentation changed from old to new. |
Compares this Integer to another Object. |
Integer getInteger(String )
|
Documentation changed from old to new. |
Determines the integer value of the system property with the specified name. |
Integer getInteger(String, int)
|
Documentation changed from old to new. |
Determines the integer value of the system property with the specified name. |
Integer getInteger(String, Integer)
|
Documentation changed from old to new. |
Returns the integer value of the system property with the specified name. |