|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.lang.Short
This represents shorts
| Field Summary | |
static short |
MAX_VALUE
The largest short |
static short |
MIN_VALUE
The smallest short |
| Constructor Summary | |
Short(short value)
Create a new short |
|
| Method Summary | |
boolean |
equals(Object obj)
Test if it is equals |
int |
hashCode()
Return the hash value - the int value |
static short |
parseShort(java.lang.String s)
Parse the String as a decimal short |
static short |
parseShort(java.lang.String s,
int radix)
Parse a string and return a short |
short |
shortValue()
Get the value as a short value |
java.lang.String |
toString()
Convert to a string |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final short MAX_VALUE
public static final short MIN_VALUE
| Constructor Detail |
public Short(short value)
value - The value| Method Detail |
public static short parseShort(java.lang.String s,
int radix)
throws NumberFormatException
s - The stringradix - The radix
NumberFormatException - if the number is not valid
public static short parseShort(java.lang.String s)
throws NumberFormatException
s - The string
NumberFormatException - if the number is not validpublic short shortValue()
public java.lang.String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectobj - The other object
|
DCT Lightfoot v3 API specification | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||