Packagecom.flexicious.nestedtreedatagrid.utils
Classpublic class KeyValuePairCollection
InheritanceKeyValuePairCollection Inheritance Object



Public Properties
 PropertyDefined By
  keys : Array
[read-only]
KeyValuePairCollection
Public Methods
 MethodDefined By
  
KeyValuePairCollection
  
addItem(key:Object, value:Object):void
KeyValuePairCollection
  
clear():void
KeyValuePairCollection
  
getValue(key:Object):Object
KeyValuePairCollection
  
hasHey(key:Object):Boolean
KeyValuePairCollection
  
removeItem(key:Object):void
KeyValuePairCollection
Property Detail
keysproperty
keys:Array  [read-only]


Implementation
    public function get keys():Array
Constructor Detail
KeyValuePairCollection()Constructor
public function KeyValuePairCollection()



Method Detail
addItem()method
public function addItem(key:Object, value:Object):void

Parameters

key:Object
 
value:Object

clear()method 
public function clear():void

getValue()method 
public function getValue(key:Object):Object

Parameters

key:Object

Returns
Object
hasHey()method 
public function hasHey(key:Object):Boolean

Parameters

key:Object

Returns
Boolean
removeItem()method 
public function removeItem(key:Object):void

Parameters

key:Object