Collections in Adobe Flex

2019-01-23 18:25发布

Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, LinkedHashMap and LinkedHashSet Java class implementations.

4条回答
疯言疯语
2楼-- · 2019-01-23 18:28

Have a look at AS3 Data Structures (AS3Ds) by polygonal

查看更多
淡お忘
3楼-- · 2019-01-23 18:40
等我变得足够好
4楼-- · 2019-01-23 18:42

AS3Commons Collections include (besides others):

  • ArrayList, SortedList
  • Set, LinkedSet, SortedSet
  • Map, LinkedMap, SortedMap
  • LinkedList, Treap

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 Collections | .../as3commons-collections/

Collections Performance Tests | .../collections-framework-performance-comparision/

AS3Commons Organization | http://as3commons.org/

And, yes, I am the author :-)

查看更多
啃猪蹄的小仙女
5楼-- · 2019-01-23 18:42

Check the Lite Collections for ActionScript 3. We are currently talking with the author about making this an AS3Commons project.

查看更多
登录 后发表回答