#getParent
and #getChildren
in a subclass. All other getters
will automatically work.
Finds the deepest common ancestor of the given nodes. The concept of
ancestor is not strict in this case, it includes the node itself.
Arguments:
Returns: goog.structs.TreeNode.<KEY, VALUE>
The common ancestor of the nodes
or null if they are from different trees.
|
code » |