Packagesystem.data
Interfacepublic interface ListIterable

Implementing this interface allows a List to be iterable.



Public Methods
 MethodDefined By
  
listIterator(position:uint = 0):ListIterator
Returns a list iterator of the elements in this list (in proper sequence).
ListIterable
Method Detail
listIterator()method
public function listIterator(position:uint = 0):ListIterator

Returns a list iterator of the elements in this list (in proper sequence).

Parameters

position:uint (default = 0)

Returns
ListIterator — a list iterator of the elements in this list (in proper sequence).