Short¶
Definition¶
Extends¶
Extended By¶
None
Description¶
A number of type Short.
Method Summary¶
Owner | Name | Return Type | Description |
---|---|---|---|
Short | constructor(s) | Object | Initialize a Short object. |
Short | byteValue() | Byte | Returns the value of this Short as a byte after a narrowing primitive conversion. |
Object | getClassName() | String | Returns the string name of this object's class type. |
Object | toJson() | String | Returns a json representation of this object. |
Method Definitions¶
constructor(s)¶
Short short = new Short(Short s)
Description¶
Initialize a Short object.
Parameter Definition¶
Name | Type | Description |
---|---|---|
s | Short | a Short |
byteValue()¶
Description¶
Returns the value of this Short as a byte after a narrowing primitive conversion.