addAll

fun addAll(filter: BloomFilter<T>)

Add all elements of the given BloomFilter to the receiver. The array size and hashCount of the given filter should match that of the receiver.

Parameters

filter

The other filter whose element should be included in the receiver.