Package ghidra.program.database.util
Interface DBKeyAdapter
public interface DBKeyAdapter
Adapter to get an iterator over keys in a table.
-
Method Summary
Modifier and TypeMethodDescriptionGet an iterator over the keys in the given range.
-
Method Details
-
getKeys
Get an iterator over the keys in the given range.- Parameters:
start
- start of rangeend
- end of range (inclusive)- Throws:
IOException
- if there was a problem accessing the database
-