Iterator
Properties & methods
- Iterator.isIterator( )
- Determine if an object is an instance of Iterator
- Iterator#hasNext( )
- See if there is a next item
- Iterator#next( )
- Return the next item
- Iterator#reset( )
- Reset the iterator, go back to the beginning