Movatterモバイル変換
[0]ホーム
Uses of Class
java.lang.Byte
Packages that useByte | Package | Description |
|---|
| 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. |
|---|
Fields injava.lang with type parameters of typeByte | Modifier and Type | Field | Description |
|---|
staticClass<Byte> | Byte.TYPE | TheClass instance representing the primitive typebyte. |
|---|
Methods injava.lang that returnByte | Modifier and Type | Method | Description |
|---|
staticByte | Byte.decode(String nm) | Decodes aString into aByte. |
|---|
staticByte | Byte.valueOf(byte b) | Returns aByte instance representing the specifiedbyte value. |
|---|
staticByte | Byte.valueOf(String s) | Returns aByte object holding the value given by the specifiedString. |
|---|
staticByte | Byte.valueOf(String s, int radix) | Returns aByte object holding the value extracted from the specifiedString when parsed with the radix given by the second argument. |
|---|
Methods injava.lang with parameters of typeByte | Modifier and Type | Method | Description |
|---|
int | Byte.compareTo(Byte anotherByte) | Compares twoByte objects numerically. |
|---|
[8]ページ先頭