mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-11 06:39:33 +01:00
* Made chain protected, as asked in 16899
git-svn-id: trunk@15857 -
This commit is contained in:
parent
04bd5e208b
commit
fa93751f92
@ -363,8 +363,8 @@ type
|
|||||||
function GetLoadFactor: double;
|
function GetLoadFactor: double;
|
||||||
function GetAVGChainLen: double;
|
function GetAVGChainLen: double;
|
||||||
function GetMaxChainLength: Longword;
|
function GetMaxChainLength: Longword;
|
||||||
function Chain(const index: Longword):TFPObjectList;
|
|
||||||
protected
|
protected
|
||||||
|
function Chain(const index: Longword):TFPObjectList;
|
||||||
Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
|
Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
|
||||||
Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
|
Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
|
||||||
function ChainLength(const ChainIndex: Longword): Longword; virtual;
|
function ChainLength(const ChainIndex: Longword): Longword; virtual;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user