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 intcompare(short x, short y) intdoublebooleanfloatinthashCode()intintValue()longstatic shortparseShort(String aString) static shortparseShort(String aString, int radix) static intsignum(short value) toString()static StringtoString(short b) static StringtoString(short b, int radix) static ShortvalueOf(short s) static ShortMethods 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:
floatValuein classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
equals
-
hashCode
public int hashCode() -
valueOf
-
valueOf
-
parseShort
-
parseShort
-
toString
-
toString
-
toString
-
signum
public static int signum(short value) -
compareTo
- Specified by:
compareToin interfaceComparable<Short>
-
compare
public static int compare(short x, short y)
-