如何实现一个数据结构,弹性的,就像LinkedHashSet在Java中 [英] how to implement a data-structure in flex that just like LinkedHashSet in Java

查看:87
本文介绍了如何实现一个数据结构,弹性的,就像LinkedHashSet在Java中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

作为ArrayCollection中的Flex是有限的,我正在寻找一个数据结构,它有点像 LinkedHashSet在Java中,LinkedHashSet保持双向链表通过其所有条目的运行,它定义了迭代顺序,这是元素插入到集(插入顺序)。但有关于Flex数据资料很少的顺序 - 结构,因此任何人都可以帮助我,谢谢

As ArrayCollection in Flex is limited, I'm looking for a data-structure that something like LinkedHashSet in Java, LinkedHashSet maintains a doubly-linked list running through all of its entries,it defines the iteration ordering, which is the order in which elements were inserted into the set (insertion-order).But there is little information about Flex data-structure, so anyone can help me, thanks

推荐答案

该库可能是值得一试:

http://sibirjak.com/blog/index.php/collections / as3commons馆藏/

此外,还要检查这个问题对其他库的建议。

Also, check this question for suggestions on other libraries.

这篇关于如何实现一个数据结构,弹性的,就像LinkedHashSet在Java中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆