Package ghidra.program.database.code
Class DataKeyIterator
java.lang.Object
ghidra.program.database.code.DataKeyIterator
- All Implemented Interfaces:
DataIterator,Iterable<Data>,Iterator<Data>
Converts a DBLongIterator into a DataIterator
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.program.model.listing.DataIterator
DataIterator.IteratorWrapper -
Field Summary
Fields inherited from interface ghidra.program.model.listing.DataIterator
EMPTY -
Constructor Summary
ConstructorsConstructorDescriptionDataKeyIterator(CodeManager codeMgr, AddressMap addrMap, DBLongIterator it) Constructs a new DataKeyIterator -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.program.model.listing.DataIterator
iteratorMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
DataKeyIterator
Constructs a new DataKeyIterator- Parameters:
codeMgr- the code manageraddrMap- the address map to convert keys to addresses.it- DBLongIterator
-
-
Method Details
-
remove
public void remove() -
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceDataIterator- Specified by:
hasNextin interfaceIterator<Data>- See Also:
-
next
- Specified by:
nextin interfaceDataIterator- Specified by:
nextin interfaceIterator<Data>- See Also:
-