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.collections |
Concrete Iterator implementation which provides an API for
iterating over an Array . |
|
CollectionIterator
| com.ericfeminella.collections |
Concrete Iterator implementation which provides an API
for iterating over an ICollectionView . |
|
CollectionSortUtil
| com.ericfeminella.collections |
Utility class which provides an all static API for sorting an
ICollectionView . |
|
HashMap
| com.ericfeminella.collections | IMap implementation which dynamically creates a HashMap of key / value pairs and provides a standard API for working with the map | |
HashMapEntry
| com.ericfeminella.collections | Provides a strongly typed implementation of a key/value pairs | |
IEnumeration
| com.ericfeminella.collections | Defines the contract for concrete Enumeration implementations which must provide an API for generating a series of elements from which each element can be accessed successively. | |
IHashMapEntry
| com.ericfeminella.collections |
Defines the contract for classes which are to provide a specific
implementation of an IMap entry. |
|
IMap
| com.ericfeminella.collections | Defines the contract for lightweight HashMap implementations which are to expose an API into a managed collection of key value pairs | |
Iterator
| com.ericfeminella.collections | Defines the contract for object which are to provide an API for traversing an aggregate object. | |
LocalPersistenceMap
| com.ericfeminella.collections |
Provides an IMap implementation into the data
object of a SharedObject on a clients local file system. |
|
ResourceMap
| com.ericfeminella.collections |
IMap implementation which dynamically
creates a Map of key / value pairs and provides a
standard API for working with an instance of an
ResourceBundle
|
|
StringTokenizer
| com.ericfeminella.collections | StringTokenizer provides a simple API from which Strings can be split into individual tokens based on a specific delimiter. |