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 | |
---|---|---|---|
ArrayCollectionIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an ArrayCollection | |
ArrayIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an array | |
IIterator
| com.ericfeminella.utils.iterators | Defines a set of methods in which concrete Iterators classes can implement to adhere to the Iterator Pattern | |
IteratorFactory
| com.ericfeminella.utils.iterators | Iterator specific Factory Pattern implementation. | |
IteratorFactoryTypeError
| com.ericfeminella.utils.iterators | IteratorFactory API illegal Iterator type Error class | |
IteratorNullPointerException
| com.ericfeminella.utils.iterators | Throws a NullPointerException if an aggregate object reference passed to an Iterator sub-class is null | |
IteratorType
| com.ericfeminella.utils.iterators |
Provides a list of static constants which represent concrete Iterator implementations
As a best practice, you should only reference iterator sub-classes via their constant identifier as oppossed to referencing iterator sub-classes directly by name |
|
ObjectIterator
| com.ericfeminella.utils.iterators | Concrete Iterator implementation which provides methods for iterating over an object | |
UnsupportedOperationException
| com.ericfeminella.utils.iterators | Throws a UnsupportedOperationException if a operation is invoked on an Iterator sub-class which has no implementation |