AddressIndexPrimaryKeyIterator
Package:
ghidra.program.database.map
Type:
class
10.0_PUBLIC
modified
type-implements
:
AddressIndexPrimaryKeyIterator
- db.
DBLongIterator
+ db.
DBFieldIterator
modified
method
:
next
return type: long → Field
-
long
next(
) throws IOException
+
db.
Field
next(
) throws IOException
modified
method
:
previous
return type: long → Field
-
long
previous(
) throws IOException
+
db.
Field
previous(
) throws IOException
9.0.1_PUBLIC
introduced
Initial version