TreeNode.getNextNode

Overview | Methods | This Package | All Packages

TreeNode.getNextNode

Retrieves the node immediately after this node in the parent node's child list.

Syntax

public TreeNode getNextNode()

Return Value

Returns a TreeNode object that represents the node immediately after this node in the parent node's child list. Returns null if this node is the last or only child node of the parent node.

See Also   getPrevNode