Method | Description | |
---|---|---|
Add ( |
||
BinaryTreeComponentName ( ) : System | ||
Contains ( |
||
GetHandler ( |
||
GetHandlers ( |
||
Remove ( |
Method | Description | |
---|---|---|
FindNode ( |
||
FindSuccessor ( |
Method finds the next biggest node It assumes Add puts lesser nodes on the right
|
|
PromoteNode ( |
||
Remove ( |
||
RemoveBinaryTreeNode ( |
||
ReplaceNode ( |
||
Visit ( |
public Add ( |
||
name | ||
handler | IHandler | |
return | void |
public Contains ( |
||
name | ||
return | bool |
public GetHandler ( |
||
name | ||
return | IHandler |
public GetHandlers ( |
||
name | ||
return | IHandler[] |