seek abstract method

void seek(
  1. RawData targetKey
)

Position at the first key in the source that is at or past target. The iterator DBIterator.isValid after this call iff the source contains an entry that comes at or past target.

Implementation

void seek(RawData targetKey);