public class
UInt8
Represents an 8-bit unsigned integer.
Public Methods
double | |
float | |
int |
intValue()
|
long |
Inherited Methods
byte |
byteValue()
|
abstract double |
doubleValue()
|
abstract float |
floatValue()
|
abstract int |
intValue()
|
abstract long |
longValue()
|
short |
shortValue()
|
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|