public class KeyIterator extends Object implements AutoCloseable
KeyIterator(org.rocksdb.RocksIterator iterator, byte[] seekHead)
void
close()
byte[]
getSeek()
boolean
hasNext()
String
next()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public KeyIterator(org.rocksdb.RocksIterator iterator, byte[] seekHead)
public boolean hasNext()
public String next()
public byte[] getSeek()
public void close()
close
AutoCloseable
Copyright © 2020. All rights reserved.