Variable BTree.Node._parent

A reference to the node's parent.

class BTree.Node
{
  // ...
  BTree.Node _parent = null;
  // ...
}