ContentsIndexHome
PreviousUpNext
IIterator.next Method

Moves the current position to the next non-default value, if any. 

 

Java
boolean next();

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