Is there any open source collection framework, written in ActionScript that would emulate HashMap, HashSet, LinkedHashMap and LinkedHashSet Java class implementations.
+1
A:
Check the Lite Collections for ActionScript 3. We are currently talking with the author about making this an AS3Commons project.
Christophe Herreman
2009-06-11 06:55:10
+4
A:
AS3Commons Collections (formerly Lite Collections) include (besides others):
- Set, LinkedSet, SortedSet
- Map, LinkedMap, SortedMap
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 which hardly can be beaten (since almost only bare algorithms are in use).
http://sibirjak.com/blog/index.php/lite-collections/
And, yes, I am the author :-)
Jens Struwe
2010-04-16 19:07:10