Package groovy.util
Interface BufferedIterator<T>
- All Superinterfaces:
- Iterator<T>
- All Known Implementing Classes:
- IteratorBufferedIterator,- ListBufferedIterator
An iterator that allows examining the next element without consuming it.
- Since:
- 2.5.0
- 
Method SummaryMethods inherited from interface java.util.IteratorforEachRemaining, hasNext, next, remove
- 
Method Details- 
headT head()
 
-