V - The type for the stored valuepublic interface ValueCursor<V> extends Cursor<V>
AFTER_LAST, BEFORE_FIRST| Modifier and Type | Method and Description |
|---|---|
V |
next()
Find the next key/value
|
V |
prev()
Find the previous key/value
|
int |
size() |
V next() throws EndOfFileExceededException, IOException
IOExceptionEndOfFileExceededExceptionV prev() throws EndOfFileExceededException, IOException
IOExceptionEndOfFileExceededExceptionint size()
Copyright © 2012–2019 Apache Mavibot Project Parent. All rights reserved.