Class Two-Child-Node

Part of:

package metabang.cl-containers, class bst-node, class parent-node-mixin

Direct Superclass

parent-node-mixin

A mixin for nodes with parent pointers

Direct Subclass

bst-node

Slot

elementReader:element.
left-childAccessors:left-child.
parentInitargs::parent; Accessors:parent.
right-childAccessors:right-child.

Direct Method

height
rotate-left
rotate-right

Other Method

search-for-node
search-for-node*