Base class for the tree.
Based on the Damian Ivereigh implementation
Support for the multi-trees has been added.
Do not use this class directly. Use RBTree, RBMultiTree, RBOrderedTree and RBOrderedMultiTree classes
Namespace: Telerik.Collections.GenericAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| Visual Basic |
|---|
Public MustInherit Class RBTreeBase(Of T, N As {New, RBTreeNodeBase(Of T, P)}, P) _
Implements ISortedTree(Of T), ITree(Of T), _
IEnumerable(Of N), IEnumerable |
Type Parameters
- T
- Key type
- N
- Node type
- P
- Node parameter type
Inheritance Hierarchy
See Also