| Package | com.threerings.util |
| Class | public class Short |
| Implements | Boxed, Equalable |
| Property | Defined by | ||
|---|---|---|---|
| value : int [read-only]
Access the immutable value.
| Short | ||
| Property | Defined by | ||
|---|---|---|---|
| _value : int | Short | ||
| Method | Defined by | ||
|---|---|---|---|
|
Short(shortValue:int)
| Short | ||
|
equals(other:Object):Boolean
| Short | ||
|
unbox():Object
| Short | ||
|
[static]
| Short | ||
| Constant | Defined by | ||
|---|---|---|---|
| MAX_VALUE : int [static] The maximum possible short value.
| Short | ||
| MIN_VALUE : int [static] The minimum possible short value.
| Short | ||
| _value | property |
protected var _value:int
| value | property |
value:int [read-only]Access the immutable value.
Implementation public function get value():int
| Short | () | constructor |
public function Short(shortValue:int)Parameters
shortValue:int |
| equals | () | method |
public function equals(other:Object):BooleanParameters
other:Object |
Boolean |
| unbox | () | method |
public function unbox():Object
Returns
Object |
| valueOf | () | method |
| MAX_VALUE | constant |
public static const MAX_VALUE:intThe maximum possible short value.
| MIN_VALUE | constant |
public static const MIN_VALUE:intThe minimum possible short value.