RBTree<T>
Class
Unique RBTree
Definition
Namespace:Telerik.Collections.Generic
Assembly:Telerik.WinControls.dll
Type Parameters:
T
Syntax:
C#
public class RBTree<T> : RBTreeBase<T, RBTreeNode<T>, bool>, ISortedTree<T>, ITree<T>, IEnumerable
Inheritance: objectRBTreeBase<T, RBTreeNode<T>, bool>RBTree<T>
Implements:
Inherited Members
Constructors
Tree constructor
C#
public RBTree()
Tree constructor with comparer
C#
public RBTree(IComparer<T> aComparer)
Methods
Create new node