I’m getting increasingly frustrated with Flex’s Dictionary (which is really just an array with string indices).
Trivial things seem not to be possible, like getting the last element, or even iterating over the sorted container according to keys (the order seems to be arbitrary), and the sort functions seem to make a mess of everything if given an array with string indices.
Is there a better, more complete container library for Flex? Something with arrays, lists, queues, maps, multimaps, hashmaps, etc.?
The as3ds project has a bunch of collections classes for AS3. Haven’t used them myself but they look very capable (and I might add, focused on performance). Uses the MIT license.
Maashaack has some collections classes as well. They use MPL 1.1/GPL 2.0/LGPL 2.1.