Interface DBKeyAdapter


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

    Modifier and Type
    Method
    Description
    getKeys(Address start, Address end)
    Get an iterator over the keys in the given range.
  • Method Details

    • getKeys

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