next


Description:

public unowned TreeNode<K,V>? next ()

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

Parameters:

this

a Tree node

Returns:

the next node in the tree