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
IOException
ByteArrayBinding getNext() throws IOException
IOException
ByteArrayBinding getPrevious() throws IOException
IOException
ByteArrayBinding getLast() throws IOException
IOException
ByteArrayBinding getCurrent() throws IOException
IOException
ByteArrayBinding find(byte[] key) throws IOException
IOException
ByteArrayBinding findGreaterThanOrEqual(byte[] bytes) throws IOException
IOException
ByteArrayBinding findLessThanOrEqual(byte[] bytes) throws IOException
IOException
void deleteCurrent() throws IOException
IOException
void replaceCurrent(byte[] value) throws IOException
IOException
Copyright © 2018 com.mchange. All rights reserved.