问题描述
是否有任何开源集合框架,用 ActionScript 编写,可以模拟 HashMap、HashSet、LinkedHashMap 和 LinkedHashSet Java 类实现.
Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, LinkedHashMap and LinkedHashSet Java class implementations.
推荐答案
AS3Commons 集合包括(除其他外):
AS3Commons Collections include (besides others):
- 数组列表、排序列表
- 集合、链接集合、排序集合
- 地图、链接地图、排序地图
- LinkedList、Treap
该项目目前是一个严肃的 AS 集合框架的第一个地址:它由高级框架架构、最全面的不同集合集合和最快的集合实现组成.此外,大多数集合都提供可绑定版本以连接到用户界面.
The project is currently the first address for a serious AS collections framework: It consists of a high level framework architecture, the most comprehensive set of different collections and the fastest collection implementations. Additionally, most of the collections come in a bindable version to be connected to user interfaces.
AS3Commons 集合 |.../as3commons-collections/
集合性能测试 |.../collections-framework-performance-comparison/
AS3Commons 组织 |http://as3commons.org/
而且,是的,我是作者:-)
And, yes, I am the author :-)
这篇关于Adobe Flex 中的集合的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!