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