Packageorg.servebox.commons.collection
Interfacepublic interface IIterable
SubinterfacesICollection

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
 MethodDefined by
  
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