- All Implemented Interfaces:
- Iterator
Helper class for iterating through nodes.
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
- 
Method Details
- 
hasNextpublic boolean hasNext() 
- Specified by:
- hasNextin interface- Iterator
 
- 
- 
removepublic void remove() 
- Specified by:
- removein interface- Iterator
 
-