Class SourceMapEntryIteratorDB
java.lang.Object
ghidra.program.database.sourcemap.SourceMapEntryIteratorDB
- All Implemented Interfaces:
SourceMapEntryIterator
,Iterable<SourceMapEntry>
,Iterator<SourceMapEntry>
Database implementation of
SourceMapEntryIterator
-
Field Summary
Fields inherited from interface ghidra.program.model.sourcemap.SourceMapEntryIterator
EMPTY_ITERATOR
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<SourceMapEntry>
-
next
- Specified by:
next
in interfaceIterator<SourceMapEntry>
-
iterator
- Specified by:
iterator
in interfaceIterable<SourceMapEntry>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<SourceMapEntry>
-