Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 ArrayCollection
com.as3collections.collections A wrapper for the Array which allows them to be used as ICollections.
 ArrayIterator
com.as3collections.iterators An array iterator is used to traverse an array of items.
 ArrayQueue
com.as3collections.queues An implementation of the IQueue data structure using an Array.
 ArrayStack
com.as3collections.stacks An implementation of the IStack data structure using an Array.
 ArrayTree
com.as3collections.trees 
 DisplayListCollection
com.as3collections.collections 
 DisplayListIterator
com.as3collections.iterators 
 DisplayListQueue
com.as3collections.queues 
 DisplayListStack
com.as3collections.stacks 
 ICollection
com.as3collections.collections Definition of what it means for an object to represent a collection of objects.
 IIterator
com.as3collections.iterators Defines how iterating collections of items is achieved.
 IPrePostVisitor
com.as3collections.visitors 
 IQueue
com.as3collections.queues Defines the queue data structure.
 IStack
com.as3collections.stacks Defines the stack data structure.
 ITree
com.as3collections.trees 
 IVisitor
com.as3collections.visitors Visitor objects are passed to ICollection objects using the collections accept( visitor ) method.
 StackIterator
com.as3collections.iterators 
 TraceVisitor
com.as3collections.visitors 
 TreeIterator
com.as3collections.iterators