Supporting additional data types
Although AS3 and Java are strikingly similar in programming style, static type system, and syntax, the
mapping between AS3 and Java objects is far from optimal. One of the key reasons for this is the lack
of AS3 parallels for many Java data types, a glaring example of which can be seen in the two languages’
collection types. [...]
