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.bloomfilterClasses in org.apache.commons.collections4.bloomfilter that implement interfaces with type arguments of type SparseBloomFilterModifier and TypeClassDescriptionfinal classA bloom filter using a TreeSet of integers to track enabled bits.Methods in org.apache.commons.collections4.bloomfilter that return SparseBloomFilterModifier and TypeMethodDescriptionSparseBloomFilter.copy()Creates a new instance of thisSparseBloomFilterwith the same properties as the current one.