V
- The type for the stored valuepublic interface ValueCursor<V> extends Cursor<V>
method. The cursor must be closed
when the user is done with it.
AFTER_LAST, BEFORE_FIRST
V next() throws EndOfFileExceededException, IOException
IOException
EndOfFileExceededException
V prev() throws EndOfFileExceededException, IOException
IOException
EndOfFileExceededException
int size()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.