com.mchange.io
Interface IOSequentialByteArrayMap.Cursor

Enclosing interface:
IOSequentialByteArrayMap

public static interface IOSequentialByteArrayMap.Cursor


Method Summary
 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)
           
 

Method Detail

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