Interface DBKeyAdapter


  • public interface DBKeyAdapter
    Adapter to get an iterator over keys in a table.
    • Method Detail

      • getKeys

        DBLongIterator getKeys​(Address start,
                               Address end)
                        throws java.io.IOException
        Get an iterator over the keys in the given range.
        Parameters:
        start - start of range
        end - end of range (inclusive)
        Throws:
        java.io.IOException - if there was a problem accessing the database