| Class | Description | |
|---|---|---|
| List | Simple List implementation that overcomes the limitations of the Array API which lacks essential methods like remove. | |
| Map | Simple Map implementation that overcomes the limitations of the Flash Dictionary API which lacks essential methods and properties like size/length. | |
| MultiMap | Map implementation that maps each key to one or more items. | |
| Set | Simple Set implementation, an unordered collection that does not allow duplicates. |