public class RIterator<R extends RCollection> extends Object implements AutoCloseable
public RIterator(org.rocksdb.RocksIterator iterator,
R rCollection,
byte[] seekHead)
public boolean hasNext()
public <E extends REntry> E next() throws KitDBException
KitDBExceptionpublic void close()
close 在接口中 AutoCloseableCopyright © 2019. All rights reserved.