Package ghidra.program.model.sourcemap
Interface SourceMapEntryIterator
- All Superinterfaces:
 Iterable<SourceMapEntry>,Iterator<SourceMapEntry>
- All Known Implementing Classes:
 SourceMapEntryIteratorDB
Interface for iterating over 
SourceMapEntrys.- 
Field Summary
Fields - 
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove 
- 
Field Details
- 
EMPTY_ITERATOR
 
 -