Package ghidra.util.database
Class BackwardLongKeyIterator
java.lang.Object
ghidra.util.database.AbstractDirectedLongKeyIterator
ghidra.util.database.BackwardLongKeyIterator
- All Implemented Interfaces:
DirectedIterator<Long>,DirectedLongKeyIterator
A wrapper of
DBLongIterator that runs it backward and implements
DirectedLongKeyIterator-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.util.database.DirectedIterator
DirectedIterator.Direction -
Field Summary
Fields inherited from class ghidra.util.database.AbstractDirectedLongKeyIterator
it -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ghidra.util.database.AbstractDirectedLongKeyIterator
delete
-
Constructor Details
-
BackwardLongKeyIterator
-
-
Method Details
-
hasNext
Description copied from interface:DirectedIteratorCheck if the table has another record- Returns:
- true if so
- Throws:
IOException- if the table cannot be read
-
next
Description copied from interface:DirectedIteratorGet the component of the next record- Returns:
- the component
- Throws:
IOException- if the table cannot be read
-