Byte

Undocumented in source.

Constructors

this
this(byte value)
Undocumented in source.

Members

Functions

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

TYPE
Class TYPE()
Undocumented in source. Be warned that the author may not have intended to support it.
parseByte
byte parseByte(String s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString(byte i)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

MAX_VALUE
byte MAX_VALUE;
Undocumented in source.
MIN_VALUE
byte MIN_VALUE;
Undocumented in source.

Inherited Members

From Number

byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source.
floatValue
float floatValue()
Undocumented in source.
intValue
int intValue()
Undocumented in source.
longValue
long longValue()
Undocumented in source.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta