Package ghidra.program.model.symbol
Interface ExternalLocationIterator
- All Superinterfaces:
Iterator<ExternalLocation>
- All Known Implementing Classes:
ExternalLocationAdapter
Iterator interface for external locations.
- See Also:
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Method Details
-
hasNext
boolean hasNext()Returns true if another external location is available with the next() method.- Specified by:
hasNext
in interfaceIterator<ExternalLocation>
-
next
ExternalLocation next()Returns the next external location- Specified by:
next
in interfaceIterator<ExternalLocation>
-