Generated by
JDiff

Class java.lang.Byte

Documentation changed from old to new.

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