public class JniDBIterator extends Object implements org.iq80.leveldb.DBIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
boolean |
hasPrev() |
Map.Entry<byte[],byte[]> |
next() |
Map.Entry<byte[],byte[]> |
peekNext() |
Map.Entry<byte[],byte[]> |
peekPrev() |
Map.Entry<byte[],byte[]> |
prev() |
void |
remove() |
void |
seek(byte[] key) |
void |
seekToFirst() |
void |
seekToLast() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void close()
close in interface Closeableclose in interface AutoCloseablepublic void seek(byte[] key)
seek in interface org.iq80.leveldb.DBIteratorpublic void seekToFirst()
seekToFirst in interface org.iq80.leveldb.DBIteratorpublic void seekToLast()
seekToLast in interface org.iq80.leveldb.DBIteratorpublic Map.Entry<byte[],byte[]> peekNext()
peekNext in interface org.iq80.leveldb.DBIteratorpublic boolean hasNext()
public Map.Entry<byte[],byte[]> next()
public boolean hasPrev()
hasPrev in interface org.iq80.leveldb.DBIteratorpublic Map.Entry<byte[],byte[]> peekPrev()
peekPrev in interface org.iq80.leveldb.DBIteratorpublic Map.Entry<byte[],byte[]> prev()
prev in interface org.iq80.leveldb.DBIteratorCopyright © 2009–2017 FuseSource, Corp.. All rights reserved.