JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
io.permazen.kv.mvstore.CursorIterator
Packages that use
CursorIterator
Package
Description
io.permazen.kv.mvstore
AtomicKVStore
and
KVDatabase
implementations based on H2 MVStore.
Uses of
CursorIterator
in
io.permazen.kv.mvstore
Methods in
io.permazen.kv.mvstore
that return
CursorIterator
Modifier and Type
Method
Description
CursorIterator
MVMapKVStore.
getRange
(
ByteData
minKey,
ByteData
maxKey, boolean reverse)