C# Class clojure.lang.PersistentTreeMap.RedBranch

Inheritance: Red
Mostrar archivo Open project: arohner/clojure-contrib

Protected Properties

Property Type Description
_left Node
_right Node

Public Methods

Method Description
RedBranch ( object key, Node left, Node right ) : System

Protected Methods

Method Description
BalanceLeft ( Node parent ) : Node
BalanceRight ( Node parent ) : Node
Blacken ( ) : Node

Method Details

BalanceLeft() protected method

protected BalanceLeft ( Node parent ) : Node
parent Node
return Node

BalanceRight() protected method

protected BalanceRight ( Node parent ) : Node
parent Node
return Node

Blacken() protected method

protected Blacken ( ) : Node
return Node

RedBranch() public method

public RedBranch ( object key, Node left, Node right ) : System
key object
left Node
right Node
return System

Property Details

_left protected_oe property

protected Node _left
return Node

_right protected_oe property

protected Node _right
return Node