Package ghidra.trace.util
Class TraceViewportSpanIterator
- All Implemented Interfaces:
PeekableIterator<Lifespan>,Iterator<Lifespan>
-
Field Summary
Fields inherited from class generic.util.AbstractPeekableIterator
next, soughtNext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TraceSnapshotlocateMostRecentFork(long from) protected LifespanseekNext()Find the next element in this iterator, because the client called eitherAbstractPeekableIterator.nextorAbstractPeekableIterator.peek().Methods inherited from class generic.util.AbstractPeekableIterator
hasNext, next, peekMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Constructor Details
-
TraceViewportSpanIterator
-
-
Method Details
-
locateMostRecentFork
-
seekNext
Description copied from class:AbstractPeekableIteratorFind the next element in this iterator, because the client called eitherAbstractPeekableIterator.nextorAbstractPeekableIterator.peek().- Specified by:
seekNextin classAbstractPeekableIterator<Lifespan>- Returns:
- the next element
-