HashMap
From the site:
he inclusion of the Dictionary class in ActionScript 3 creates numerous possibilities when sub classing. The Dictionary class allows for creating key / value mappings or tables which are more commonly known as Hashes or Hash Maps. The only problem is that the Dictionary class does not provide an API for working with the map.
http://www.ericfeminella.com/blog/2006/12/05/as3-hashmap-for-flex/
3 Comments »
RSS feed for comments on this post.
| TrackBack URI
You can also bookmark
this on del.icio.us or check the cosmos
[...] found a HashMap implementation here that was very useful as a starting point. It does not, however, allow for mapping of objects based [...]
Pingback by Sharendipitous Moments » Blog Archive » Moving to Flash, Part 3: Beginning the Actual Port — November 7, 2008 @ 10:45 am
very cool…thanks for writing this…you saved me from reinventing this wheel. not sure why the Actionscript 3 API for the dictionary class only provides the most rudimentary hashmap features.
Comment by e9 — November 29, 2008 @ 5:29 am
Please suggest me a way to map actionscript hash to java collection hash map.
Comment by Atanu Roy — September 15, 2009 @ 8:39 am