|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Byte
| Field Summary | |
static byte |
MAX_VALUE
The largest allowed value |
static byte |
MIN_VALUE
The smallest allowed value |
| Constructor Summary | |
Byte(byte value)
Create a new Byte |
|
| Method Summary | |
byte |
byteValue()
Get the byte value |
boolean |
equals(Object obj)
Test the equality with another object |
int |
hashCode()
Return the hash code |
static byte |
parseByte(java.lang.String s)
Parse a byte |
static byte |
parseByte(java.lang.String s,
int radix)
Parse a byte |
java.lang.String |
toString()
Convert to a string |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final byte MIN_VALUE
public static final byte MAX_VALUE
| Constructor Detail |
public Byte(byte value)
value - The value| Method Detail |
public static byte parseByte(java.lang.String s)
throws NumberFormatException
NumberFormatException - if the number is wrong
public static byte parseByte(java.lang.String s,
int radix)
throws NumberFormatException
radix - The radix
NumberFormatException - if the number is wrongpublic byte byteValue()
public java.lang.String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - The other
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||