public class TreeNode.TreeNodeChildIterator extends java.lang.Object implements java.util.Iterator<TreeNode>
TreeNodeChildIterator(boolean shown)
boolean
hasNext()
TreeNode
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TreeNodeChildIterator(boolean shown)
public boolean hasNext()
hasNext
java.util.Iterator<TreeNode>
public TreeNode next()
next
public void remove()
remove