开发者

Flex Dictionary: Order

Does Flex Dictiona开发者_运维问答ry maintain the order of its elements?


From http://livedocs.adobe.com/flex/3/html/help.html?content=10_Lists_of_data_4.html

Associative arrays are unordered collections of key and value pairs. Your code should not expect the keys of an associative array to be in a specific order.


The Dictionary maintains no order of items and does not provide information about the number of elements contained.

U can access it as any other key-value structure

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜