Package ghidra.program.model.sourcemap
Interface SourceMapEntryIterator
- All Superinterfaces:
Iterable<SourceMapEntry>,Iterator<SourceMapEntry>
- All Known Implementing Classes:
SourceMapEntryIteratorDB
public interface SourceMapEntryIterator NEW
extends Iterator<SourceMapEntry>, Iterable<SourceMapEntry>
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
-