AddressIndexPrimaryKeyIterator

Package: ghidra.program.database.map
Type: class

10.0_PUBLIC

modifiedtype-implements: AddressIndexPrimaryKeyIterator
- db.DBLongIterator
+ db.DBFieldIterator
modifiedmethod: next
return type: long → Field
- long next() throws IOException
+ db.Field next() throws IOException
modifiedmethod: previous
return type: long → Field
- long previous() throws IOException
+ db.Field previous() throws IOException

9.0.1_PUBLIC

introducedInitial version