public class RecursiveChildNodeIterator extends Object implements IIterableIterator<Node>
| Constructor and Description |
|---|
RecursiveChildNodeIterator(Node aParent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<Node> |
iterator() |
Node |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorforEachRemainingpublic Node next()
IIterableIterator@UnsupportedOperation public void remove()
Copyright © 2014–2015 Philip Helger. All rights reserved.