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