开发者

Flex Dictionary: Order

开发者 https://www.devze.com 2023-01-08 23:15 出处:网络
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

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

精彩评论

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