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