Class TraceViewportSpanIterator
- All Implemented Interfaces:
PeekableIterator<Lifespan>, Iterator<Lifespan>
-
Field Summary
Fields inherited from class 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 AbstractPeekableIterator
hasNext, next, peekMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-