public interface HierarchyNodeIterator
extends java.util.Iterator
HierarchyNodeIterator extends the Iterator by
a hierarchy node specific next() method.| Modifier and Type | Method and Description |
|---|---|
HierarchyNode |
nextNode()
Returns the next
HierarchyNode in the interation. |
HierarchyNode nextNode() throws java.util.NoSuchElementException
HierarchyNode in the interation.HierarchyNode in the iteration.java.util.NoSuchElementException - if iteration has no more elements.