软件包 | 描述 |
---|---|
java.lang |
提供对java编程语言的设计基础课。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Field and Description |
---|---|
static 类<Byte> |
Byte.TYPE
byte 代表原始类型的
类 实例。
|
Modifier and Type | Method and Description |
---|---|
static Byte |
Byte.decode(String nm)
解码
String 成
Byte 。
|
static Byte |
Byte.valueOf(byte b)
返回表示指定的
byte 价值
Byte 实例。
|
static Byte |
Byte.valueOf(String s)
返回一个
Byte 对象持有价值由指定的
String 给定。
|
static Byte |
Byte.valueOf(String s, int radix)
返回一个
Byte 对象持有价值提取指定的
String 解析时由第二个参数给定的基数。
|
Modifier and Type | Method and Description |
---|---|
int |
Byte.compareTo(Byte anotherByte)
比较两
Byte 对象数值。
|
Modifier and Type | Field and Description |
---|---|
static SimpleType<Byte> |
SimpleType.BYTE
描述值的java类名的
SimpleType 实例
java.lang.Byte 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.