| 软件包 | 描述 |
|---|---|
| java.lang |
提供对java编程语言的设计基础课。
|
| javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
| Modifier and Type | Field and Description |
|---|---|
static 类<Short> |
Short.TYPE
short代表原始类型的
类实例。
|
| Modifier and Type | Method and Description |
|---|---|
static Short |
Short.decode(String nm)
解码
String成
Short。
|
static Short |
Short.valueOf(short s)
返回表示指定的
short价值
Short实例。
|
static Short |
Short.valueOf(String s)
返回一个
Short对象持有价值由指定的
String给定。
|
static Short |
Short.valueOf(String s, int radix)
返回一个
Short对象持有价值提取指定的
String解析时由第二个参数给定的基数。
|
| Modifier and Type | Method and Description |
|---|---|
int |
Short.compareTo(Short anotherShort)
比较两
Short对象数值。
|
| Modifier and Type | Field and Description |
|---|---|
static SimpleType<Short> |
SimpleType.SHORT
描述值的java类名的
SimpleType实例
java.lang.Short。
|
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.