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
Iterator that can examine next without removing it
- Since:
- 3.0
-
Method Summary
Methods inherited from interface Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface Iterators.Peek
peek