JCL Help:TJclCardinalBinaryTree
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclCardinalBinaryTree Class
[+] JclBinaryTrees.pas Classes
[+] TJclCardinalBinaryTree Methods
[+] TJclCardinalBinaryTree Properties
Search in JCL Help
Search in all projectsClass Hierarchy
IJclLockable
|
IJclBaseContainer
|
IJclCardinalCollection
|
IJclCardinalTree
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
IJclCardinalComparer
|
IJclCardinalEqualityComparer
|
IJclCardinalHashConverter
|
IJclCardinalOwner
|
TJclCardinalAbstractContainer
|
IJclPackable
|
TJclCardinalBinaryTree
Summary
This class store objects in a red-black binary tree.
Pascal
public TJclCardinalBinaryTree = class(TJclCardinalAbstractContainer, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclPackable, IJclBaseContainer, IJclCardinalEqualityComparer, IJclCardinalComparer, IJclCardinalCollection, IJclCardinalTree);
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Jean-Philippe Bempel
Notes
The binary tree is always balanced with red-black algorithms (from CLR) for best performance in search. When an element is removed or insert, the tree is modified to keep balancing. You can traverse the tree with iterators in different order (PreOrder, Order and PostOrder). Iterators are bidirectionnal. If the compilation symbol THREADSAFE is defined, this container is threadsafe.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page