| Changed Methods |
byte byteValue()
|
Documentation changed from old to new. |
Returns the value of this Short as a byte. |
Short decode(String)
|
Documentation changed from old to new. |
Decodes a String into a Short. |
double doubleValue()
|
Documentation changed from old to new. |
Returns the value of this Short 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 Short as a float. |
int hashCode()
|
Documentation changed from old to new. |
Returns a hash code for this Short. |
int intValue()
|
Documentation changed from old to new. |
Returns the value of this Short as an int. |
long longValue()
|
Documentation changed from old to new. |
Returns the value of this Short as a long. |
short shortValue()
|
Documentation changed from old to new. |
Returns the value of this Short as a short. |
int compareTo(Object)
|
Documentation changed from old to new. |
Compares this Short object to another object. |
int compareTo(Short)
|
Documentation changed from old to new. |
Compares two Short objects numerically. |
short parseShort(String)
|
Documentation changed from old to new. |
Parses the string argument as a signed decimal short. |
short parseShort(String, int)
|
Documentation changed from old to new. |
Parses the string argument as a signed short in the radix specified by the second argument. |
String toString(short)
|
Documentation changed from old to new. |
Returns a new String object representing the specified short. |
String toString()
|
Documentation changed from old to new. |
Returns a String object representing this Short's value. |
Short valueOf(String)
|
Documentation changed from old to new. |
Returns a Short object holding the value given by the specified String. |
Short valueOf(String, int)
|
Documentation changed from old to new. |
Returns a Short object holding the value extracted from the specified String when parsed with the radix given by the second argument. |