Packagecom.bourre.collection
Interfacepublic interface Iterable
SubinterfacesCollection, IterationCommand
ImplementorsParserCollection, RecordSet

Player version: Flash Player 9.0
Language version: ActionScript 3.0

An object onto which the user can iterate using an Iterator object provided by this Iterable object.

See also

Iterator.html


Public Methods
 MethodDefined by
  
Returns an iterator over the elements in this collection.
Iterable
Method detail
iterator()method
public function iterator():Iterator

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Returns an iterator over the elements in this collection. There are no guarantees concerning the order in which the elements are returned (unless this collection is an instance of some class that provides a guarantee).

Returns
Iterator — an Iterator over the elements in this collection