Packagecom.threerings.util
Classpublic class Short
ImplementsBoxed, Equalable

Equivalent to java.lang.Short.



Public Properties
 PropertyDefined by
  value : int
[read-only] Access the immutable value.
Short
Protected Properties
 PropertyDefined by
  _value : int
Short
Public Methods
 MethodDefined by
  
Short(shortValue:int)
Short
  
equals(other:Object):Boolean
Short
  
unbox():Object
Short
  
valueOf(val:int):Short
[static]
Short
Public Constants
 ConstantDefined by
  MAX_VALUE : int
[static] The maximum possible short value.
Short
  MIN_VALUE : int
[static] The minimum possible short value.
Short
Property detail
_valueproperty
protected var _value:int
valueproperty 
value:int  [read-only]

Access the immutable value.

Implementation
    public function get value():int
Constructor detail
Short()constructor
public function Short(shortValue:int)Parameters
shortValue:int
Method detail
equals()method
public function equals(other:Object):BooleanParameters
other:Object

Returns
Boolean
unbox()method 
public function unbox():Object

Returns
Object
valueOf()method 
public static function valueOf(val:int):ShortParameters
val:int

Returns
Short
Constant detail
MAX_VALUEconstant
public static const MAX_VALUE:int

The maximum possible short value.

MIN_VALUEconstant 
public static const MIN_VALUE:int

The minimum possible short value.