Uses of Class
org.apache.commons.collections4.bloomfilter.SparseBloomFilter
Packages that use SparseBloomFilter
Package
Description
Implements Bloom filter classes and interfaces.
-
Uses of SparseBloomFilter in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter that return SparseBloomFilterModifier and TypeMethodDescriptionSparseBloomFilter.copy()
Creates a new instance of thisSparseBloomFilter
with the same properties as the current one.