Telerik.Collections.Generic
Interface to the tree which supports direct access to the items
Interface to the tree
Interface to the tree
Interface to the node
Represents a collection that provides notifications when items are added, removed, or when individual items' properties change.
Represents a collection that provides notifications when items are added, removed, or when the list is refreshed.
An observable collection that ensures all items are unique, similar to a HashSet but with change notifications.
Non-unique RBMultiTree
Non-unique RBMultiTree
Parameters of ordered node
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
Colour of the node
Tree node
Node of the red-black tree