Generated by
JDiff

Class java.lang.Byte

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

Added Methods
Byte valueOf(byte) Returns a Byte instance representing the specified byte value.
 

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