Package | Description |
---|---|
java.lang |
Modifier and Type | Method and Description |
---|---|
static Byte |
Byte.decode(String nm) |
static Byte |
Byte.valueOf(String str) |
static Byte |
Byte.valueOf(String str,
int radix) |
Modifier and Type | Method and Description |
---|---|
int |
Byte.compareTo(Byte anotherByte) |