| Interface | Description | |
|---|---|---|
| IArrayList | The ArrayList class provides an event-driven wrapper for the standard Array. | |
| ICollection | The ICollection interface is the basic interface for an iterable collection of data items. | |
| IHierarchicalData | The IHierarchicalData interface defines the interface used to represent hierarchical data as the data provider for a FlexJS component. | |
| IStringCollection | The IStringCollection interface is the basic interface for an iterable collection of strings. |
| Class | Description | |
|---|---|---|
| ArrayList | The ArrayList class provides an event-driven wrapper for the standard Array. | |
| Collection | ||
| FlattenedList | The FlattenedList class takes a HierarchicalData object and "flattens" it using all of the open members. | |
| HierarchicalData | Hierarchical data is data already in a structure of parent and child data items. | |
| LazyCollection | The LazyCollection class implements a collection whose items require conversion from a source data format to some other data type. |