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