Dictionary class is designed to substitute the
HashTable
class from the Actionscript 2 GuggaFF, in order to take advantage of the native
for the Actionscript 3
Dictionary class. GuggaFF
Dictionary
class is extending the Actionscript 3
Dictionary class to adapt its
interface to the interface of the previously used
HashTable.
count:Number [read-only]Implementation
public function get count():Number
IsEmpty:Boolean [read-only]Implementation
public function get IsEmpty():Boolean
public function Dictionary(aWeakKeys:Boolean = false, aOriginalDictionary:Dictionary = null)Parameters
| aWeakKeys:Boolean (default = false) |
| |
| aOriginalDictionary:Dictionary (default = null) |
public function add(aKey:*, aValue:*):voidParameters
public function clone():Dictionary
Returns
public function containsKey(aKey:*):BooleanParameters
Returns
public function containsValue(aValue:*):BooleanParameters
Returns
public function getKeyByValue(aValue:*):*Parameters
Returns
public function getValue(aKey:*):ObjectParameters
Returns
public function remove(aKey:*):ObjectParameters
Returns