Uses of Class
org.drasyl.util.BloomFilter
Packages that use BloomFilter
-
Uses of BloomFilter in org.drasyl.util
Subclasses of BloomFilter in org.drasyl.utilMethods in org.drasyl.util with parameters of type BloomFilterModifier and TypeMethodDescriptionvoid
BloomFilter.merge
(BloomFilter<E> other) Merges this filter withother
.void
CountingBloomFilter.merge
(BloomFilter<E> other)