public class StructuralSiteNodeIterator extends Object implements Iterator<StructuralNode>
Constructor and Description |
---|
StructuralSiteNodeIterator(StructuralSiteNode parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
StructuralSiteNode |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public StructuralSiteNodeIterator(StructuralSiteNode parent)
public boolean hasNext()
hasNext
in interface Iterator<StructuralNode>
public StructuralSiteNode next()
next
in interface Iterator<StructuralNode>
public void remove()
remove
in interface Iterator<StructuralNode>