TreeNodeIterator.next Method

Retrieves the next element in the list of child nodes.

Syntax

public TreeNode next()

Run On

Called

Return Value

Type: TreeNode Class
The next child node in the tree.

See Also

TreeNodeIterator Class

TreeNodeIterator.reset Method