BucketInfo.filled_buckets

Obtains the list of bucket infos for the non-empty buckets. Each element contains the bucket index and the number of elements in the bucket.

DO NOT MODIFY list elements in-place!

class BucketInfo
package
filled_buckets
()

Return Value

Type: Bucket[]

the list of bucket infos for the non-empty buckets. Each element contains the bucket index and the number of bucket elements.

Meta