protected class ReactiveCollection.ReactiveIterator<WI extends Iterator<T>> extends Object implements Iterator<T>
Constructor and Description |
---|
ReactiveIterator(WI wrapped) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ReactiveIterator(WI wrapped)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.