API Documentation : ActionScript Foundry Bundle Project
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IIterable
Methods
Package
org.servebox.commons.collection
Interface
public interface IIterable
Subinterfaces
ICollection
Implementing this interface allows to retrieve an iterator. Unlike in the Java programming language, do not use
for each
statement when using collections.
Public Methods
Method
Defined by
iterator
():
IIterator
Retrieves an iterator over a set of objects.
IIterable
Method detail
iterator
()
method
public function iterator():
IIterator
Retrieves an iterator over a set of objects.
Returns
IIterator
ActionScript Foundry Bundle Project API Documentation - Generated using Adobe ASDoc / Maven Flex Plugin