AS3Collections API Documentation - Version 0.1-SNAPSHOT
All Packages
|
All Classes
|
Index
|
Frames
No Frames
IIterable
Methods
Package
org.as3collections
Interface
public interface IIterable
Implementing this interface allows an object to be iterable.
See also
IIterator
Public Methods
Method
Defined By
iterator
():
IIterator
Returns an iterator over a set of elements.
IIterable
Method Detail
iterator
()
method
public function iterator():
IIterator
Returns an iterator over a set of elements.
Returns
IIterator
— an iterator over a set of elements.
Tue Oct 4 2011, 01:49 PM -03:00