Packagecom.gestureworks.cml.interfaces
Interfacepublic interface IIterator

Implements an iterator.



Public Methods
 MethodDefined By
  
hasNext():Boolean
Returns true if the iteration can return one more than the current index
IIterator
  
next():*
Returns the next value in the iteration.
IIterator
Method Detail
hasNext()method
public function hasNext():Boolean

Returns true if the iteration can return one more than the current index

Returns
Boolean
next()method 
public function next():*

Returns the next value in the iteration.

Returns
*