addHash

fun addHash(elementHash: Int)

Add an Int, the hashCode of some element, to the BloomFilter.

Parameters

elementHash

The hashCode of the element to add to the BloomFilter.