BinarySearchTreeBaseT Methods |
The BinarySearchTreeBaseT generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified item.
|
![]() | AddItem |
Adds the item.
|
![]() | Clear |
Clears this instance.
|
![]() | ClearItems |
Clears all the objects in this instance.
|
![]() | Contains |
Determines whether the item is in this tree.
|
![]() | CopyTo |
Copies to.
|
![]() | DepthFirstTraversal |
Depth first search traversal.
|
![]() | FindMaximumNode |
Find the maximum node.
|
![]() ![]() | FindMaximumNode(BinaryTreeT) |
Finds the maximum node.
|
![]() | FindMinimumNode |
Find the minimum node.
|
![]() ![]() | FindMinimumNode(BinaryTreeT) |
Finds the minimum node.
|
![]() | FindNode(T) |
Finds the node containing the specified data key.
|
![]() | FindNodeTSearch(TSearch, BinarySearchTreeBaseTCustomComparisonTSearch) |
Finds the node that matches the custom delegate.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetOrderedEnumerator |
Gets the ordered enumerator.
|
![]() | Remove |
Removes the specified item.
|
![]() | RemoveItem |
Removes the item from the tree.
|
Name | Description | |
---|---|---|
![]() | AddRangeT |
Adds the given range of items to the current collection.
(Defined by CommonExtensions.) |
![]() | CastCovariantT, TTo |
Casts enumerable of TFrom to enumerable of TTo on platforms where covariance is not supported.
(Defined by ExtensionMethods.) |
![]() | CloneT |
Clones the list.
(Defined by CommonExtensions.) |
![]() | ContainsAnyT |
Checks for the occurrence of the given items in the collection.
(Defined by CommonExtensions.) |
![]() | ForEachT |
Executes the action for each item in the collection.
(Defined by CommonExtensions.) |