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:ExternalLocationIteratorReturns true if another external location is available with the next() method.- Specified by:
hasNextin interfaceExternalLocationIterator- Specified by:
hasNextin interfaceIterator<ExternalLocation>
-
next
Description copied from interface:ExternalLocationIteratorReturns the next external location- Specified by:
nextin interfaceExternalLocationIterator- Specified by:
nextin interfaceIterator<ExternalLocation>
-
remove
public void remove()- Specified by:
removein interfaceIterator<ExternalLocation>
-