Class: Iterator

Iterator

new javascript.util.Iterator()

Iterator.js, line 9
See:

Members

hasNext

Returns true if the iteration has more elements.

next

Returns the next element in the iteration.

remove

Removes from the underlying collection the last element returned by the iterator (optional operation).