Package java.lang
Class Short
java.lang.Object
java.lang.Number
java.lang.Short
- All Implemented Interfaces:
Serializable
,Comparable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
static Short
double
float
int
intValue()
long
static short
parseShort
(String var0) static short
parseShort
(String var0, int var1) static String
toString
(short var0) static Short
static Short
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
MAX_VALUE
public static final short MAX_VALUE- See Also:
-
MIN_VALUE
public static final short MIN_VALUE- See Also:
-
TYPE
-
-
Constructor Details
-
Short
-
Short
public Short(short var0)
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
compareTo
-
decode
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
intValue
public int intValue() -
longValue
public long longValue() -
parseShort
-
parseShort
-
toString
-
valueOf
-
valueOf
-