mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 19:30:27 +02:00
--- Merging r30707 into '.':
U packages/fcl-base/src/contnrs.pp --- Recording mergeinfo for merge of r30707 into '.': U . # revisions: 30707 git-svn-id: branches/fixes_3_0@31069 -
This commit is contained in:
parent
e263ebeb1d
commit
15627a8c4b
@ -360,7 +360,6 @@ type
|
||||
TFPCustomHashTable = class(TObject)
|
||||
private
|
||||
FHashTable: TFPObjectList;
|
||||
FHashTableSize: Longword;
|
||||
FHashFunction: THashFunction;
|
||||
FCount: Longword;
|
||||
Function GetDensity: Longword;
|
||||
@ -372,6 +371,7 @@ type
|
||||
Function GetAVGChainLen: double;
|
||||
Function GetMaxChainLength: Longword;
|
||||
protected
|
||||
FHashTableSize: Longword;
|
||||
Function Chain(const index: Longword):TFPObjectList;
|
||||
Function CreateNewNode(const aKey : string) : THTCustomNode; virtual; abstract;
|
||||
Procedure AddNode(ANode : THTCustomNode); virtual; abstract;
|
||||
|
Loading…
Reference in New Issue
Block a user