Package io.atlassian.fugue
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 java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface io.atlassian.fugue.Iterators.Peek
peek