mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:09:07 +02: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 GetAVGChainLen: double;
|
||||
function GetMaxChainLength: Longword;
|
||||
function Chain(const index: Longword):TFPObjectList;
|
||||
protected
|
||||
function Chain(const index: Longword):TFPObjectList;
|
||||
Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
|
||||
Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
|
||||
function ChainLength(const ChainIndex: Longword): Longword; virtual;
|
||||
|
Loading…
Reference in New Issue
Block a user