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