The org.springextension.actionscript.collections package contains the collection classes
| Interface | Description | |
|---|---|---|
| IMap | An object that contains key/value pairs. | |
| ITypedCollectionListener |
Author: Christophe Herreman |
| Class | Description | |
|---|---|---|
| EntityCollection | Collection that is forced to hold instances of Entity No duplicate id's can be added to the collection. | |
| Map | Basic implementation of the IMap interface. | |
| MapViewCursor | Map view cursor. | |
| Properties |
The Properties class represents a collection of properties
in the form of key-value pairs. |
|
| PropertiesParser | { | |
| TypedCollection | Collection that is forced to hold values of a certain type. | |
| TypedCollectionEvent |
Describes an event generated by a TypedCollection
Authors: Christophe Herreman, Bert Vandamme |
|
| TypedCollectionViewCursor | A decorator for an IViewCursor instance which forces the cursor to deal with values of a certain type. |