Package io.atlassian.fugue
Interface Iterators.Peeking<A>
-
- Type Parameters:
A- element type
- All Superinterfaces:
java.util.Iterator<A>,Iterators.Peek<A>
- All Known Implementing Classes:
Iterators.PeekingImpl
- Enclosing class:
- Iterators
static interface Iterators.Peeking<A> extends Iterators.Peek<A>, java.util.Iterator<A>
Iterator that can examine next without removing it- Since:
- 3.0
-
-
Method Summary
-
Methods inherited from interface io.atlassian.fugue.Iterators.Peek
peek
-
-