public class MicroRecursiveIterator extends Object implements IIterableIterator<IMicroNode>
| Constructor and Description |
|---|
MicroRecursiveIterator(IMicroNode aNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Iterator<IMicroNode> |
iterator() |
IMicroNode |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic MicroRecursiveIterator(@Nonnull IMicroNode aNode)
public boolean hasNext()
hasNext in interface Iterator<IMicroNode>public IMicroNode next()
IIterableIteratornext in interface IIterableIterator<IMicroNode>next in interface Iterator<IMicroNode>null or non-null.@UnsupportedOperation public void remove()
remove in interface Iterator<IMicroNode>@Nonnull public Iterator<IMicroNode> iterator()
iterator in interface Iterable<IMicroNode>Copyright © 2014–2015 Philip Helger. All rights reserved.