hasNext
Usage
public function hasNext():Boolean
Description
Returns true if the iteration has more items.
Returns
Boolean true if iteration has more items.
next
Usage
public function next():Object
Description
Return the next item in the iteration and increment the cursor. Returns null if the
iteration has no more items.
Returns
Object the next item in the Iteration.