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 java.io.IOException
java.io.IOExceptionByteArrayBinding getNext() throws java.io.IOException
java.io.IOExceptionByteArrayBinding getPrevious() throws java.io.IOException
java.io.IOExceptionByteArrayBinding getLast() throws java.io.IOException
java.io.IOExceptionByteArrayBinding getCurrent() throws java.io.IOException
java.io.IOExceptionByteArrayBinding find(byte[] key) throws java.io.IOException
java.io.IOExceptionByteArrayBinding findGreaterThanOrEqual(byte[] bytes) throws java.io.IOException
java.io.IOExceptionByteArrayBinding findLessThanOrEqual(byte[] bytes) throws java.io.IOException
java.io.IOExceptionvoid deleteCurrent()
throws java.io.IOException
java.io.IOExceptionvoid replaceCurrent(byte[] value)
throws java.io.IOException
java.io.IOException