Adobe Flex中的集合 [英] Collections in Adobe Flex

查看:190
本文介绍了Adobe Flex中的集合的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有任何开源集合框架,用ActionScript编写,可以模拟HashMap,HashSet,LinkedHashMap和LinkedHashSet Java类实现。

解决方案

AS3Commons Collections包括(除其他外):


  • ArrayList,SortedList

  • Set,LinkedSet,SortedSet

  • Map,LinkedMap,SortedMap

  • LinkedList,Treap



该项目目前是严重的AS集合框架的第一个地址:它由一个高级框架架构,最全面的集合和最快的集合实现。此外,大多数集合都有一个可绑定的版本,可以连接到用户界面。



AS3Commons Collections | ... / as3commons-collections /



集合性能测试| ... / collections-framework-performance-compareision /



AS3Commons Organization | http://as3commons.org/



而且,我是作者: - )


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

解决方案

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 :-)

这篇关于Adobe Flex中的集合的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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