Class ABinaryTreeDictionary
Unit
classwork
Declaration
type ABinaryTreeDictionary = class(ABinaryTree)
Description
This class represents a "dictionary" of binary trees, which is simply a binary tree of binary trees. There may be occasions where it is desirable to group several binary trees together and this class makes such a thing possible.
Hierarchy
Overview
Methods
|
function init: boolean; override; |
Description
Methods
|
function init: boolean; override; |
Initializer
|
Generated by PasDoc 0.13.0 on 2015-06-23 19:40:11
|