Movatterモバイル変換
[0]ホーム
Uses of Class
java.lang.Short
Packages that useShort | 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 typeShort | Modifier and Type | Field | Description |
|---|
staticClass<Short> | Short.TYPE | TheClass instance representing the primitive typeshort. |
|---|
Methods injava.lang that returnShort | Modifier and Type | Method | Description |
|---|
staticShort | Short.decode(String nm) | Decodes aString into aShort. |
|---|
staticShort | Short.valueOf(short s) | Returns aShort instance representing the specifiedshort value. |
|---|
staticShort | Short.valueOf(String s) | Returns aShort object holding the value given by the specifiedString. |
|---|
staticShort | Short.valueOf(String s, int radix) | Returns aShort object holding the value extracted from the specifiedString when parsed with the radix given by the second argument. |
|---|
Methods injava.lang with parameters of typeShort | Modifier and Type | Method | Description |
|---|
int | Short.compareTo(Short anotherShort) | Compares twoShort objects numerically. |
|---|
[8]ページ先頭