Class DataRecordIterator
java.lang.Object
ghidra.program.database.code.DataRecordIterator
- All Implemented Interfaces:
DataIterator, Iterable<Data>, Iterator<Data>
Converts a record iterator into a DataIterator.
-
Nested Class Summary
Nested classes/interfaces inherited from interface DataIterator
DataIterator.IteratorWrapper -
Field Summary
Fields inherited from interface DataIterator
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionDataRecordIterator(CodeManager codeMgr, RecordIterator it, boolean forward) Constructs a new DataRecordIterator -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataIterator
iteratorMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
DataRecordIterator
Constructs a new DataRecordIterator- Parameters:
codeMgr- the code managerit- the record iteratorforward- the direction of the iterator.
-
-
Method Details
-
remove
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDataIterator- Specified by:
hasNextin interfaceIterator<Data>- See Also:
-
next
-