Instantiate a new TFPCustomHashTable instance with given algorithm and size.
Source position: contnrs.pp line 392
public constructor TFPCustomHashTable.CreateWith( |
AHashTableSize: LongWord; |
aHashFunc: THashFunction |
); |
AHashTableSize |
|
Size of the hash table. |
aHashFunc |
|
Hash calculating function. |
CreateWith creates a new instance of TFPCustomHashTable with hash size AHashTableSize and hash calculating algorithm aHashFunc.
If no memory is available, an exception may be raised.
|
Instantiate a new TFPCustomHashTable instance using the default hash mechanism. |