ActionScript 2.0 Components Language Reference |
|
|
|
| Iterator interface | |||
ActionScript Class Name mx.utils.Iterator
The Iterator interface lets you step through the objects that a collection contains.
|
NOTE |
The Iterator interface is supported only if you are working in a document that specifies ActionScript 2.0 in its Publish Settings. |
The following table lists the methods of the Iterator interface.
|
Method |
Description |
|---|---|
|
Indicates whether the iterator has more items. |
|
|
Returns the next item in the iteration. |
|
|
|
|