| Package | system.data |
| Interface | public interface ListIterable |
| Method | Defined By | ||
|---|---|---|---|
listIterator(position:uint = 0):ListIterator
Returns a list iterator of the elements in this list (in proper sequence). | ListIterable | ||
| listIterator | () | method |
public function listIterator(position:uint = 0):ListIteratorReturns a list iterator of the elements in this list (in proper sequence).
Parameters
position:uint (default = 0) |
ListIterator — a list iterator of the elements in this list (in proper sequence).
|