AddressKeyRecordIterator

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

10.0_PUBLIC

modifiedmethod: iterator
return type: Iterator → Iterator
- java.util.Iterator<db.Record> iterator()
+ java.util.Iterator<db.DBRecord> iterator()
modifiedmethod: next
return type: Record → DBRecord
- db.Record next() throws IOException
+ db.DBRecord next() throws IOException
modifiedmethod: previous
return type: Record → DBRecord
- db.Record previous() throws IOException
+ db.DBRecord previous() throws IOException

9.0.1_PUBLIC

introducedInitial version