public final class MutableChildIterator<E,N extends OpenMutableNode<E,N>> extends Object implements Iterator<N>
Constructor and Description |
---|
MutableChildIterator(N node,
Iterator<? extends N> iterator)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
N |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
Copyright © 2014–2016. All rights reserved.