[Java] Interface BufferedIterator<T>
An iterator that allows examining the next element without consuming it.
- Since:
- 2.5.0
Methods Summary
| Type Params | Return Type | Name and description |
|---|---|---|
T |
head() |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
interface Iterator | remove, hasNext, next, forEachRemaining |
Method Detail
public T head()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/util/BufferedIterator.html