Generated by
JDiff

Class java.lang.Short

Documentation changed from old to new.

Changed Methods
Short decode(String) Documentation changed from old to new.
Decodes a String into a Short.
int compareTo(Object) Documentation changed from old to new.
Compares this Short to another Object.
int compareTo(Short) Documentation changed from old to new.
Compares two Shorts numerically.
short parseShort(String) Documentation changed from old to new.
Assuming the specified String represents a short returns that short's value.
short parseShort(String, int) Documentation changed from old to new.
Assuming the specified String represents a short returns that short's value.
String toString(short) Documentation changed from old to new.
Returns a new String object representing the specified Short.
Short valueOf(String) Documentation changed from old to new.
Assuming the specified String represents a short returns a new Short object initialized to that value.
Short valueOf(String, int) Documentation changed from old to new.
Assuming the specified String represents a short returns a new Short object initialized to that value.