SortedTree<(Of <(<'T>)>)> Methods
The SortedTree<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AddNode(T) |
Adds the node.
|
![]() |
AddNode(T, Int32, T, Int32) |
Adds the node.
|
![]() |
ConnectTheNodeToOtherNode |
Connects the node to other node.
|
![]() |
ConnectTheTreeToTheNode |
Connects the tree to the node.
|
![]() |
Equals(System.Object) | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetHeightOfTheNode |
Gets the height of the node.
|
![]() |
GetNextUnvisited |
Gets the next unvisited node.
|
![]() |
GetNode |
Gets the node.
|
![]() |
GetNodesFromLevel |
Gets the nodes from level.
|
![]() |
GetRoots |
Gets the roots.
|
![]() |
GetSubtreeFromNode |
Gets the subtree from node.
|
![]() |
GetType | (Inherited from Object.) |
![]() |
MarkAllUnvisited |
Marks all nodes as unvisited.
|
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
MoveNodeToRoots |
Moves the node to roots.
|
![]() |
RemoveConnectionBetweeenParentAndChildAndMoveElementToRoots |
Removes the connection between parent and child and move element to roots.
|
![]() |
RemoveValue |
Removes the value.
|
![]() |
TestNodeIfCanBeConnected |
Tests the tree if can be connected.
|
![]() |
TestTreeIfCanBeConnected |
Tests the tree if can be connected.
|
![]() |
ToString |