Class BackwardRecordIterator
java.lang.Object
ghidra.util.database.AbstractDirectedRecordIterator
ghidra.util.database.BackwardRecordIterator
- All Implemented Interfaces:
DirectedIterator<DBRecord>, DirectedRecordIterator
A wrapper of
RecordIterator that runs it backward and implements
DirectedRecordIterator-
Nested Class Summary
Nested classes/interfaces inherited from interface DirectedIterator
DirectedIterator.Direction -
Field Summary
Fields inherited from class AbstractDirectedRecordIterator
itFields inherited from interface DirectedRecordIterator
EMPTY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractDirectedRecordIterator
delete
-
Constructor Details
-
BackwardRecordIterator
-
-
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
-