ContentsIndexHome
PreviousUpNext
ISetIterator.next Method

Moves the current iterator position to the next iterator position, if any. 

 

Java
boolean next();

False if the end of the data is reached, true otherwise.