[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Create a new TBucketList instance.
Source position: contnrs.pp line 563
public constructor TBucketList.Create( |
ABuckets: TBucketListSizes = bl16 |
); |
ABuckets |
|
Number of buckets to create |
Create instantiates a new bucketlist instance with a number of buckets determined by ABuckets. After creation, the number of buckets can no longer be changed.
If not enough memory is available to create the instance, an exception may be raised.
|
Enumerated type to indicate bucket list size |