Class TShort
java.lang.Object
java.lang.Number
de.mirkosertic.bytecoder.classlib.java.lang.TShort
- All Implemented Interfaces:
Serializable
,Comparable<Short>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
compare
(short x, short y) int
double
boolean
float
int
hashCode()
int
intValue()
long
static short
parseShort
(String aString) static short
parseShort
(String aString, int radix) static int
signum
(short value) toString()
static String
toString
(short b) static String
toString
(short b, int radix) static Short
valueOf
(short s) static Short
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
TYPE
-
value
-
-
Constructor Details
-
TShort
public TShort(short value)
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
equals
-
hashCode
public int hashCode() -
valueOf
-
valueOf
-
parseShort
-
parseShort
-
toString
-
toString
-
toString
-
signum
public static int signum(short value) -
compareTo
- Specified by:
compareTo
in interfaceComparable<Short>
-
compare
public static int compare(short x, short y)
-