T
- the type of valuepublic static interface Iterators.PreviewIterator<T> extends Iterator<T>
Iterator
methods.Modifier and Type | Method and Description |
---|---|
T |
peek()
Peek at the next value without consuming or using it.
|
forEachRemaining, hasNext, next, remove
T peek()
Iterator.next()
.Copyright © 2017 JBoss by Red Hat. All rights reserved.