| | Class | Description |
|---|
| | AIterator |
AIterator is an abstract implementation of Iterator. |
| | CollectionEvent |
The CollectionEvent class defines the events that are associated with a ICollection object. |
| | DataProvider |
DataProvider is a collection which can be initialized with an Array object and a XML or XMLList object. |
| | RandomIterator |
RandomIterator allow random iteration over a collection. |
| | ReverseIterator |
ReverseIterator loop over a collection starting with last collection item to the first collection item. |
| | SimpleCollection |
SimpleCollection make easier manipulate Array and typed Array. |
| | SimpleIterator |
SimleIterator loop over a collection from its first item to the last item. |