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, removeT peek()
Iterator.next().Copyright © 2020 JBoss by Red Hat. All rights reserved.