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