|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Byte | |
|---|---|
| java.lang | Provides classes that are fundamental to the design of the Java programming language. |
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
| Uses of Byte in java.lang |
|---|
| Fields in java.lang with type parameters of type Byte | |
|---|---|
static Class<Byte> |
Byte.TYPE
type for byte. |
| Methods in java.lang that return Byte | |
|---|---|
static Byte |
Byte.decode(String s)
decode decodes a string containing decimal, hexadecimal or octal representation of a byte. |
static Byte |
Byte.valueOf(byte b)
valueOf returns a byte instance with the given value. |
static Byte |
Byte.valueOf(String s)
valueOf returns a byte instance with the value given as a decimal string. |
static Byte |
Byte.valueOf(String s,
int radix)
valueOf returns a byte instance with the value given as a string with given radix. |
| Methods in java.lang with parameters of type Byte | |
|---|---|
int |
Byte.compareTo(Byte o)
compareTo compares this to another byte value |
| Uses of Byte in javax.management.openmbean |
|---|
| Fields in javax.management.openmbean with type parameters of type Byte | |
|---|---|
static SimpleType<Byte> |
SimpleType.BYTE
The SimpleType instance describing values whose
Java class name is java.lang.Byte. |
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||