VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Iterable
Methods
Package
system.data
Interface
public interface Iterable
Implementors
MapModel
,
MapModel
,
MapModelObject
,
ProxyArray
,
TweenBuffer
Implementing this interface allows an object to be iterable.
Public Methods
Method
Defined By
iterator
():
Iterator
Returns the iterator reference of the object.
Iterable
Method Detail
iterator
()
method
public function iterator():
Iterator
Returns the iterator reference of the object.
Returns
Iterator
— the iterator reference of the object.
Mardi Août 16 2011, 02:33 PM +02:00