seekToFirst abstract method
void
seekToFirst()
Position at the first key in the source. The iterator DBIterator.isValid after this call iff the source is not empty.
Implementation
void seekToFirst();
Position at the first key in the source. The iterator DBIterator.isValid after this call iff the source is not empty.
void seekToFirst();