public interface KVStoreIterator<T> extends Iterator<T>, Closeable
Iterators may keep references to resources that need to be closed. It's recommended that users explicitly close iterators after they're used.
| Modifier and Type | Method and Description |
|---|---|
List<T> |
next(int max)
Retrieve multiple elements from the store.
|
boolean |
skip(long n)
Skip in the iterator.
|
forEachRemaining, hasNext, next, removeCopyright © 2020. All rights reserved.