Namespace Telerik.Collections.Generic
Classes
|
|
|
|
|
|
|
|
Observable HashSet, that allows only unique items in its collection. |
Non-unique RBMultiTree |
Non-unique RBMultiTree |
Unique ordered RBTree |
Basic RBTree with ordering Operation like Add and Remove are an O(2logN) operations. Operation Find is O(logN) operation. |
Ordered node |
Unique RBTree |
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 |
|
Tree node |
Node of the red-black tree |
Structs
Parameters of ordered node |
Interfaces
|
Interface to the tree which supports direct access to the items |
Interface to the tree |
Interface to the tree |
Interface to the node |
Enums
Colour of the node |