Package com.mchange.io
Interface IOSequentialByteArrayMap.Cursor
- Enclosing interface:
- IOSequentialByteArrayMap
public static interface IOSequentialByteArrayMap.Cursor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
find
(byte[] key) findGreaterThanOrEqual
(byte[] bytes) findLessThanOrEqual
(byte[] bytes) getFirst()
getLast()
getNext()
void
replaceCurrent
(byte[] value)
-
Method Details
-
getFirst
- Throws:
IOException
-
getNext
- Throws:
IOException
-
getPrevious
- Throws:
IOException
-
getLast
- Throws:
IOException
-
getCurrent
- Throws:
IOException
-
find
- Throws:
IOException
-
findGreaterThanOrEqual
- Throws:
IOException
-
findLessThanOrEqual
- Throws:
IOException
-
deleteCurrent
- Throws:
IOException
-
replaceCurrent
- Throws:
IOException
-