Java.Lang.Short: Method Members

The methods of Java.Lang.Short are listed below. For a list of all members, see the Short Members list.

See Also: Inherited members from Java.Lang.Number

Public Methods

static
Compare(short, short) : int
Compares two short values.
CompareTo(Short) : int
Compares this object to the specified short object to determine their relative order.
static
Decode(string) : Short
Parses the specified string and returns a Short instance if the string can be decoded into a short value.
override
DoubleValue() : double
Returns this object's value as a double.
override
FloatValue() : float
Returns this object's value as a float.
override
IntValue() : int
Returns this object's value as an int.
override
LongValue() : long
Returns this object's value as a long.
static
ParseShort(string) : short
Parses the specified string as a signed decimal short value.
static
ParseShort(string, int) : short
Parses the specified string as a signed short value using the specified radix.
static
ReverseBytes(short) : short
Reverses the bytes of the specified short.
static
ToString(short) : string
Returns a string containing a concise, human-readable description of the specified short value with radix 10.
static
ValueOf(short) : Short
Returns a Short instance for the specified short value.
static
ValueOf(string) : Short
Parses the specified string as a signed decimal short value.
static
ValueOf(string, int) : Short
Parses the specified string as a signed short value using the specified radix.