Interface PeekableIterator<T>

Type Parameters:
T - The type of this iterator.
All Superinterfaces:
Iterator<T>
All Known Implementing Classes:
AbstractPeekableIterator, AddressIteratorAdapter.BackwardAddressIterator, AddressIteratorAdapter.ForwardAddressIterator, CachedAddressSetView.CachedRangeIterator, DBTraceProgramViewSymbolTable.PrimarySymbolIterator, DistinctIterator, MergeSortingIterator, MergeSortingIterator.LabeledIterator, OverlappingObjectIterator, TraceViewportSpanIterator, TwoWayBreakdownAddressRangeIterator, UnionAddressRangeIterator, WrappingPeekableIterator

public interface PeekableIterator<T> extends Iterator<T>
An iterator that allows you to peek at the next item on the iterator.