Posts Tagged: IMap
-
Nov 26, 2008
3 CommentsActionscript implementation of Java.util.Map
I have recently been working on a project where I have needed to place objects into an associative array and then sort the keys to ensure that all the objects are in the correct order. I accomplished this by using a keys Array where I kept all of my associative array keys and then I...