| Changed Methods |
byte byteValue()
|
Documentation changed from old to new. |
Returns the value of this Long as a byte. |
Long decode(String)
|
Documentation changed from old to new. |
Decodes a String into a Long. |
double doubleValue()
|
Documentation changed from old to new. |
Returns the value of this Long as a double. |
boolean equals(Object)
|
Documentation changed from old to new. |
Compares this object to the specified object. |
float floatValue()
|
Documentation changed from old to new. |
Returns the value of this Long as a float. |
int hashCode()
|
Documentation changed from old to new. |
Returns a hash code for this Long. |
int intValue()
|
Documentation changed from old to new. |
Returns the value of this Long as an int. |
long longValue()
|
Documentation changed from old to new. |
Returns the value of this Long as a long value. |
short shortValue()
|
Documentation changed from old to new. |
Returns the value of this Long as a short. |
String toBinaryString(long)
|
Documentation changed from old to new. |
Returns a string representation of the long argument as an unsigned integer in base 2. |
String toHexString(long)
|
Documentation changed from old to new. |
Returns a string representation of the long argument as an unsigned integer in base 16. |
String toOctalString(long)
|
Documentation changed from old to new. |
Returns a string representation of the long argument as an unsigned integer in base 8. |
int compareTo(Long)
|
Documentation changed from old to new. |
Compares two Long objects numerically. |
int compareTo(Object)
|
Documentation changed from old to new. |
Compares this Long object to another object. |
Long getLong(String)
|
Documentation changed from old to new. |
Determines the long value of the system property with the specified name. |
Long getLong(String, Long)
|
Documentation changed from old to new. |
Returns the long value of the system property with the specified name. |
Long getLong(String, long)
|
Documentation changed from old to new. |
Determines the long value of the system property with the specified name. |
long parseLong(String)
|
Documentation changed from old to new. |
Parses the string argument as a signed decimal long. |
long parseLong(String, int)
|
Documentation changed from old to new. |
Parses the string argument as a signed long in the radix specified by the second argument. |
String toString(long)
|
Documentation changed from old to new. |
Returns a String object representing the specified long. |
String toString(long, int)
|
Documentation changed from old to new. |
Returns a string representation of the first argument in the radix specified by the second argument. |
String toString()
|
Documentation changed from old to new. |
Returns a String object representing this Long's value. |
Long valueOf(String)
|
Documentation changed from old to new. |
Returns a Long object holding the value of the specified String. |
Long valueOf(String, int)
|
Documentation changed from old to new. |
Returns a Long object holding the value extracted from the specified String when parsed with the radix given by the second argument. |