Package ghidra.program.model.symbol
Class SymbolIteratorAdapter
java.lang.Object
ghidra.program.model.symbol.SymbolIteratorAdapter
- All Implemented Interfaces:
SymbolIterator,Iterable<Symbol>,Iterator<Symbol>
-
Field Summary
Fields inherited from interface ghidra.program.model.symbol.SymbolIterator
EMPTY_ITERATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
SymbolIteratorAdapter
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:SymbolIteratorReturn true if there is a next symbol.- Specified by:
hasNextin interfaceIterator<Symbol>- Specified by:
hasNextin interfaceSymbolIterator
-
next
Description copied from interface:SymbolIteratorGet the next symbol or null if no more symbols.NOTE: This deviates from the standard
Iteratorinterface by returning null instead of throwing an exception.- Specified by:
nextin interfaceIterator<Symbol>- Specified by:
nextin interfaceSymbolIterator
-
remove
public void remove() -
iterator
-