Interface Iterators.Peeking<A>

Type Parameters:
A - element type
All Superinterfaces:
Iterator<A>, Iterators.Peek<A>
All Known Implementing Classes:
Iterators.PeekingImpl
Enclosing class:
Iterators

static interface Iterators.Peeking<A> extends Iterators.Peek<A>, Iterator<A>
Iterator that can examine next without removing it
Since:
3.0