parent

abstract fun parent(node: T): T?

Returns the parent of node, or null if node is the root.