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.
| Class | Package | Description | |
|---|---|---|---|
| ArrayIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an array | |
| CollectionIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides an API for traversing an ICollectionView | |
| IIterator
| com.ericfeminella.utils.iterators | Defines the contract for concrete IIterator implementations which must provide an API for traversing an aggregate | |
| IteratorFactory
| com.ericfeminella.utils.iterators | Iterator specific Factory Pattern implementation which defines an API for handling specific Iterator instantiation | |
| IteratorTypes
| com.ericfeminella.utils.iterators | Defines the set of constants which represent concrete iterator implementations | |
| ObjectIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over a generic object |