Packagenet.user1.utils
Classpublic dynamic class UDictionary
InheritanceUDictionary Inheritance flash.utils.Dictionary

Since : Reactor 1.0.0

A simple wrapper around the ActionScript Dictionary class, with the added ability to return the number of items in the dictionary.



Public Variables
 VariableDefined By
  length : int
[read-only] Returns the number of items in the dictionary.
UDictionary
Public Methods
 MethodDefined By
  
UDictionary(weakKeys:Boolean = false)
UDictionary
Variable Descriptions
lengthvariable
length:int  [read-only]

Since : Reactor 1.0.0

Returns the number of items in the dictionary.


Implementation
    public function get length():int
Constructor Description
UDictionary()Constructor
public function UDictionary(weakKeys:Boolean = false)



Parameters
weakKeys:Boolean (default = false)