[Overview][Classes][Index] Reference for unit 'AVL_Tree' (#fcl)

TAVLTree.Create

Create a new instance of TAVLTree

Declaration

Source position: line 0

public constructor TAVLTree.Create(

  OnCompareMethod: TListSortCompare

);

constructor TAVLTree.Create;

Arguments

OnCompareMethod

  

Alternative node comparison method

Description

Create initializes a new instance of TAVLTree. An alternate OnCompare can be provided: the default OnCompare method compares the 2 data pointers of a node.

See also

OnCompare

The latest version of this document can be found at lazarus-ccr.sourceforge.net.