com.mchange.io
Interface IOSequentialByteArrayMap.Cursor
- Enclosing interface:
- IOSequentialByteArrayMap
public static interface IOSequentialByteArrayMap.Cursor
getFirst
ByteArrayBinding getFirst()
throws IOException
- Throws:
IOException
getNext
ByteArrayBinding getNext()
throws IOException
- Throws:
IOException
getPrevious
ByteArrayBinding getPrevious()
throws IOException
- Throws:
IOException
getLast
ByteArrayBinding getLast()
throws IOException
- Throws:
IOException
getCurrent
ByteArrayBinding getCurrent()
throws IOException
- Throws:
IOException
find
ByteArrayBinding find(byte[] key)
throws IOException
- Throws:
IOException
findGreaterThanOrEqual
ByteArrayBinding findGreaterThanOrEqual(byte[] bytes)
throws IOException
- Throws:
IOException
findLessThanOrEqual
ByteArrayBinding findLessThanOrEqual(byte[] bytes)
throws IOException
- Throws:
IOException
deleteCurrent
void deleteCurrent()
throws IOException
- Throws:
IOException
replaceCurrent
void replaceCurrent(byte[] value)
throws IOException
- Throws:
IOException