TreeNode.next

Returns the next in-order node of the tree, or %NULL if the passed node was already the last one.

class TreeNode
next
()

Return Value

Type: TreeNode

the next node in the tree

Meta

Since

2.68