| Property | Defined by | ||
|---|---|---|---|
| b2_nullPair : uint = 0x0000ffff [static]
| b2Pair | ||
| b2_nullProxy : uint = 0x0000ffff [static]
| b2Pair | ||
| b2_tableCapacity : int = 8192.0 [static]
| b2Pair | ||
| b2_tableMask : int [static]
| b2Pair | ||
| e_pairBuffered : uint = 0x0001 [static]
| b2Pair | ||
| e_pairFinal : uint = 0x0004 [static]
| b2Pair | ||
| e_pairRemoved : uint = 0x0002 [static]
| b2Pair | ||
| next : uint | b2Pair | ||
| proxyId1 : uint | b2Pair | ||
| proxyId2 : uint | b2Pair | ||
| status : uint | b2Pair | ||
| userData : * = null | b2Pair | ||
| Method | Defined by | ||
|---|---|---|---|
|
ClearBuffered():void
| b2Pair | ||
|
ClearRemoved():void
| b2Pair | ||
|
IsBuffered():Boolean
| b2Pair | ||
|
IsFinal():Boolean
| b2Pair | ||
|
IsRemoved():Boolean
| b2Pair | ||
|
SetBuffered():void
| b2Pair | ||
|
SetFinal():void
| b2Pair | ||
|
SetRemoved():void
| b2Pair | ||
| b2_nullPair | property |
public static var b2_nullPair:uint = 0x0000ffff
| b2_nullProxy | property |
public static var b2_nullProxy:uint = 0x0000ffff
| b2_tableCapacity | property |
public static var b2_tableCapacity:int = 8192.0
| b2_tableMask | property |
public static var b2_tableMask:int
| e_pairBuffered | property |
public static var e_pairBuffered:uint = 0x0001
| e_pairFinal | property |
public static var e_pairFinal:uint = 0x0004
| e_pairRemoved | property |
public static var e_pairRemoved:uint = 0x0002
| next | property |
public var next:uint
| proxyId1 | property |
public var proxyId1:uint
| proxyId2 | property |
public var proxyId2:uint
| status | property |
public var status:uint
| userData | property |
public var userData:* = null
| ClearBuffered | () | method |
public function ClearBuffered():void
| ClearRemoved | () | method |
public function ClearRemoved():void
| IsBuffered | () | method |
public function IsBuffered():Boolean
Returns
Boolean |
| IsFinal | () | method |
public function IsFinal():Boolean
Returns
Boolean |
| IsRemoved | () | method |
public function IsRemoved():Boolean
Returns
Boolean |
| SetBuffered | () | method |
public function SetBuffered():void
| SetFinal | () | method |
public function SetFinal():void
| SetRemoved | () | method |
public function SetRemoved():void