| Package | com.bourre.collection |
| Interface | public interface Iterable |
| Subinterfaces | Collection, IterationCommand |
| Implementors | ParserCollection, RecordSet |
| Player version: | Flash Player 9.0 |
| Language version: | ActionScript 3.0 |
Iterator
object provided by this Iterable object.
See also
| Method | Defined by | ||
|---|---|---|---|
|
Returns an iterator over the elements in this collection.
| Iterable | ||
| 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).
ReturnsIterator —
an Iterator over the elements in this collection
|