| org.iq80.leveldb.DBIterator |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the next element in the iteration, without advancing the iteration.
| |||||||||||
Repositions the iterator so the key of the next BlockElement
returned greater than or equal to the specified targetKey.
| |||||||||||
Repositions the iterator so is is at the beginning of the Database.
| |||||||||||
Repositions the iterator so it is at the end of of the Database.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.io.Closeable
| |||||||||||
From interface
java.lang.AutoCloseable
| |||||||||||
From interface
java.util.Iterator
| |||||||||||
Returns the next element in the iteration, without advancing the iteration.
Repositions the iterator so the key of the next BlockElement returned greater than or equal to the specified targetKey.
Repositions the iterator so is is at the beginning of the Database.
Repositions the iterator so it is at the end of of the Database.