getCount

open fun getCount(index: Int): Long
Count of items for each bucket in this filter layer. Only present if this is a *Counting Bloom filter*, in which
the bit set indicates presence for each bucket and the count indicates the value for each bucket.
repeated uint64 count = 4;

Return

The count at the given index.

Parameters

index

The index of the element to return.