Package | stimulsoft.flex.base |
Class | public dynamic class StiDictionaryCollection |
Inheritance | StiDictionaryCollection ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | count : int [read-only] | StiBaseCollection | |
keys : Array [read-only] | StiDictionaryCollection | ||
![]() | name : String | StiBaseCollection | |
values : Array [read-only] | StiDictionaryCollection |
Method | Defined By | ||
---|---|---|---|
StiDictionaryCollection(length:int = 0) | StiDictionaryCollection | ||
add(key:String, value:Object):void | StiDictionaryCollection | ||
![]() | clear():void | StiBaseCollection | |
containsKey(key:String):Boolean | StiDictionaryCollection | ||
containsValue(value:Object):Boolean | StiDictionaryCollection | ||
![]() | copy():* Copying collection items into a new collection without cloning items | StiBaseCollection | |
![]() | deserialize(value:XMLNode):XMLNode | StiBaseCollection | |
![]() | equals(object:Object):Boolean | StiBaseCollection | |
![]() | 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 | |
![]() | getShortTypeName():String | StiBaseCollection | |
![]() | getType():Class | StiBaseCollection | |
![]() | getTypeName():String | StiBaseCollection | |
getValue(key:String):Object | StiDictionaryCollection | ||
![]() | memberwiseClone():Object Creates a shallow copy of the current Collection. | StiBaseCollection | |
![]() | moveDown(object:*):void Moving an object of a collection one position closer to the end of the collection | StiBaseCollection | |
![]() | moveUp(object:*):void Moving objects of a collection one position up to the begining of the collection | StiBaseCollection | |
remove(key:String):void | StiDictionaryCollection | ||
![]() | replace(object1:*, object2:*):void Replace two objects of a collection, provided that they are placed in it | StiBaseCollection | |
![]() | serialize():XMLNode | StiBaseCollection | |
![]() | toArray():Array Converting into Array | StiBaseCollection |
keys | property |
keys:Array
[read-only] public function get keys():Array
values | property |
values:Array
[read-only] public function get values():Array
StiDictionaryCollection | () | Constructor |
public function StiDictionaryCollection(length:int = 0)
length:int (default = 0 )
|
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 |
Boolean |
containsValue | () | method |
public function containsValue(value:Object):Boolean
Parameters
value:Object |
Boolean |
getValue | () | method |
public function getValue(key:String):Object
Parameters
key:String |
Object |
remove | () | method |
public function remove(key:String):void
Parameters
key:String |