public class MicroRecursiveIterator extends Object implements com.helger.commons.collection.iterate.IIterableIterator<IMicroNode>
| Constructor and Description |
|---|
MicroRecursiveIterator(IMicroNode aNode) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IMicroNode |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waititerator, withFilter, withMapperforEach, spliteratorforEachRemaining, removepublic MicroRecursiveIterator(@Nonnull IMicroNode aNode)
public boolean hasNext()
hasNext in interface Iterator<IMicroNode>public IMicroNode next()
next in interface Iterator<IMicroNode>Copyright © 2014–2016 Philip Helger. All rights reserved.