Package ghidra.program.model.symbol
Class ExternalLocationAdapter
java.lang.Object
ghidra.program.model.symbol.ExternalLocationAdapter
- All Implemented Interfaces:
ExternalLocationIterator
,Iterator<ExternalLocation>
-
Constructor Details
-
ExternalLocationAdapter
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:ExternalLocationIterator
Returns true if another external location is available with the next() method.- Specified by:
hasNext
in interfaceExternalLocationIterator
- Specified by:
hasNext
in interfaceIterator<ExternalLocation>
-
next
Description copied from interface:ExternalLocationIterator
Returns the next external location- Specified by:
next
in interfaceExternalLocationIterator
- Specified by:
next
in interfaceIterator<ExternalLocation>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ExternalLocation>
-