Skip to content
fahimc edited this page Mar 14, 2013 · 1 revision

reset(): resets the Iterator.
next(): returns the next item.
hasNext(): returns a boolean if there is a next item.
length(): returns the length of the collection.
index(): returns the current index.
purge(): deletes the iterator data.

Clone this wiki locally