Class IndexedAddressIterator

java.lang.Object
ghidra.program.database.util.IndexedAddressIterator
All Implemented Interfaces:
AddressIterator, Iterable<Address>, Iterator<Address>

public class IndexedAddressIterator extends Object implements AddressIterator
Iterates over a FieldIterator; the field is the address but not the key; the column for the field must be indexed.