next abstract method
void
next()
Moves to the next entry in the source. After this call, DBIterator.isValid
is true iff the iterator was not positioned at the last entry in the source.
REQUIRES: DBIteratorisValid
Implementation
void next();