Interface Iterators.Peek<A>
- All Known Subinterfaces:
Iterators.Peeking<A>
- All Known Implementing Classes:
Iterators.PeekingImpl
- Enclosing class:
Iterators
static interface Iterators.Peek<A>
Marker interface for use in constructing iterators
- Since:
- 3.0
-
Method Summary
-
Method Details
-
peek
A peek()Look at but do not modify the "next" thing.
-