Class SymbolIteratorAdapter
java.lang.Object
ghidra.program.model.symbol.SymbolIteratorAdapter
- All Implemented Interfaces:
SymbolIterator, Iterable<Symbol>, Iterator<Symbol>
-
Field Summary
Fields inherited from interface SymbolIterator
EMPTY_ITERATOR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterable
forEach, spliteratorMethods inherited from interface 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
-
iterator
-