Generated by
JDiff

Class java.lang.Short

Removed Methods
int compareTo(Object) Compares this Short object to another object.
 

Added Methods
short reverseBytes(short) Returns the value obtained by reversing the order of the bytes in the two's complement representation of the specified short value.
Short valueOf(short) Returns a Short instance representing the specified short value.
 

Added Fields
int SIZE The number of bits used to represent a short value in two's complement binary form.