public static interface IOSequentialByteArrayMap.Cursor
| Modifier and Type | Method and Description |
|---|---|
void |
deleteCurrent() |
ByteArrayBinding |
find(byte[] key) |
ByteArrayBinding |
findGreaterThanOrEqual(byte[] bytes) |
ByteArrayBinding |
findLessThanOrEqual(byte[] bytes) |
ByteArrayBinding |
getCurrent() |
ByteArrayBinding |
getFirst() |
ByteArrayBinding |
getLast() |
ByteArrayBinding |
getNext() |
ByteArrayBinding |
getPrevious() |
void |
replaceCurrent(byte[] value) |
ByteArrayBinding getFirst() throws IOException
IOExceptionByteArrayBinding getNext() throws IOException
IOExceptionByteArrayBinding getPrevious() throws IOException
IOExceptionByteArrayBinding getLast() throws IOException
IOExceptionByteArrayBinding getCurrent() throws IOException
IOExceptionByteArrayBinding find(byte[] key) throws IOException
IOExceptionByteArrayBinding findGreaterThanOrEqual(byte[] bytes) throws IOException
IOExceptionByteArrayBinding findLessThanOrEqual(byte[] bytes) throws IOException
IOExceptionvoid deleteCurrent()
throws IOException
IOExceptionvoid replaceCurrent(byte[] value)
throws IOException
IOException