previous


Description:

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

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

Parameters:

this

a Tree node

Returns:

the previous node in the tree