Packagestimulsoft.flex.base
Classpublic dynamic class StiDictionaryCollection
InheritanceStiDictionaryCollection Inheritance StiBaseCollection Inheritance Object



Public Properties
 PropertyDefined By
 Inheritedcount : int
[read-only]
StiBaseCollection
  keys : Array
[read-only]
StiDictionaryCollection
 Inheritedname : String
StiBaseCollection
  values : Array
[read-only]
StiDictionaryCollection
Public Methods
 MethodDefined By
  
StiDictionaryCollection(length:int = 0)
StiDictionaryCollection
  
add(key:String, value:Object):void
StiDictionaryCollection
 Inherited
clear():void
StiBaseCollection
  
containsKey(key:String):Boolean
StiDictionaryCollection
  
containsValue(value:Object):Boolean
StiDictionaryCollection
 Inherited
copy():*
Copying collection items into a new collection without cloning items
StiBaseCollection
 Inherited
deserialize(value:XMLNode):XMLNode
StiBaseCollection
 Inherited
equals(object:Object):Boolean
StiBaseCollection
 Inherited
getItemsType(value:String = null):Class
If the item type is not specified automatically, a type of collection items, which it will try to deserialize when loading
StiBaseCollection
 Inherited
StiBaseCollection
 Inherited
getType():Class
StiBaseCollection
 Inherited
getTypeName():String
StiBaseCollection
  
getValue(key:String):Object
StiDictionaryCollection
 Inherited
Creates a shallow copy of the current Collection.
StiBaseCollection
 Inherited
moveDown(object:*):void
Moving an object of a collection one position closer to the end of the collection
StiBaseCollection
 Inherited
moveUp(object:*):void
Moving objects of a collection one position up to the begining of the collection
StiBaseCollection
  
remove(key:String):void
StiDictionaryCollection
 Inherited
replace(object1:*, object2:*):void
Replace two objects of a collection, provided that they are placed in it
StiBaseCollection
 Inherited
serialize():XMLNode
StiBaseCollection
 Inherited
toArray():Array
Converting into Array
StiBaseCollection
Property Detail
keysproperty
keys:Array  [read-only]


Implementation
    public function get keys():Array
valuesproperty 
values:Array  [read-only]


Implementation
    public function get values():Array
Constructor Detail
StiDictionaryCollection()Constructor
public function StiDictionaryCollection(length:int = 0)



Parameters
length:int (default = 0)
Method Detail
add()method
public function add(key:String, value:Object):void

Parameters

key:String
 
value:Object

containsKey()method 
public function containsKey(key:String):Boolean

Parameters

key:String

Returns
Boolean
containsValue()method 
public function containsValue(value:Object):Boolean

Parameters

value:Object

Returns
Boolean
getValue()method 
public function getValue(key:String):Object

Parameters

key:String

Returns
Object
remove()method 
public function remove(key:String):void

Parameters

key:String