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