RedBlackTreeTAdd Method |
Name | Description | |
---|---|---|
Add(T) |
Adds a new item to the tree. If the element already
belongs to this tree, no new element will be added.
| |
Add(RedBlackTreeNodeT) |
Adds a new item to the tree. If the element already
belongs to this tree, no new element will be added.
|