|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Short | |
|---|---|
| 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 Short in java.lang |
|---|
| Fields in java.lang with type parameters of type Short | |
|---|---|
static Class<Short> |
Short.TYPE
type for short. |
| Methods in java.lang that return Short | |
|---|---|
static Short |
Short.decode(String nm)
decode parses a short given as a decimal, octal or hex number. |
static Short |
Short.valueOf(short s)
valueOf returns a short instance with the given value. |
static Short |
Short.valueOf(String s)
valueOf returns a short instance with the value given as a decimal string. |
static Short |
Short.valueOf(String s,
int radix)
valueOf returns a short instance with the value given as a string with given radix. |
| Methods in java.lang with parameters of type Short | |
|---|---|
int |
Short.compareTo(Short o)
compareTo compares this to another short value |
| Uses of Short in javax.management.openmbean |
|---|
| Fields in javax.management.openmbean with type parameters of type Short | |
|---|---|
static SimpleType<Short> |
SimpleType.SHORT
The SimpleType instance describing values whose
Java class name is java.lang.Short. |
|
Jamaica 6.4 release 1
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||