Tagged Questions
The tbucketlist tag has no wiki summary.
2
votes
1answer
572 views
How to judge number of buckets for TBucketList
I've been using the TBucketList and TObjectBucketList for all my hashing needs, but never experiemented with switching the number of buckets. I vaguely remember what this means from Data Structures ...
0
votes
3answers
335 views
Number of items stored in Bucket list
I was wondering how to get the number of items stored in a TBucketList. As far as I can see there is only the number of buckets and the bucket array available, so all I can think of is
Count := 0;
...