Package | Description |
---|---|
java.lang |
Modifier and Type | Method and Description |
---|---|
static Short |
Short.decode(String nm) |
static Short |
Short.valueOf(String s) |
static Short |
Short.valueOf(String s,
int radix)
implemented
--> returns a Short with value parseShort(s, radix)
|
Modifier and Type | Method and Description |
---|---|
int |
Short.compareTo(Short anotherShort) |