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, wait
forEachRemaining
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public void seek(byte[] key)
seek
in interface org.iq80.leveldb.DBIterator
public void seekToFirst()
seekToFirst
in interface org.iq80.leveldb.DBIterator
public void seekToLast()
seekToLast
in interface org.iq80.leveldb.DBIterator
public Map.Entry<byte[],byte[]> peekNext()
peekNext
in interface org.iq80.leveldb.DBIterator
public boolean hasNext()
public Map.Entry<byte[],byte[]> next()
public boolean hasPrev()
hasPrev
in interface org.iq80.leveldb.DBIterator
public Map.Entry<byte[],byte[]> peekPrev()
peekPrev
in interface org.iq80.leveldb.DBIterator
public Map.Entry<byte[],byte[]> prev()
prev
in interface org.iq80.leveldb.DBIterator
Copyright © 2009–2024 FuseSource, Corp.. All rights reserved.