Interface PeekingSkippingIterator<T>

All Superinterfaces:
AutoCloseable, CloseableIterator<T>, Iterator<T>, com.google.common.collect.PeekingIterator<T>, ResettableIterator<T>, SkippingIterator<T>
All Known Implementing Classes:
AbstractSkippingIterator, MarkResetSkippingIterator

public interface PeekingSkippingIterator<T> extends com.google.common.collect.PeekingIterator<T>, SkippingIterator<T>
Since:
0.9
Version:
0.9
Author:
Evren Sirin