Uses of Class
org.apache.commons.collections4.bloomfilter.LayeredBloomFilter
-
Packages that use LayeredBloomFilter Package Description org.apache.commons.collections4.bloomfilter Implements Bloom filter classes and interfaces. -
-
Uses of LayeredBloomFilter in org.apache.commons.collections4.bloomfilter
Methods in org.apache.commons.collections4.bloomfilter that return LayeredBloomFilter Modifier and Type Method Description LayeredBloomFilter<T>LayeredBloomFilter. copy()Creates a new instance of thisLayeredBloomFilterwith the same properties as the current one.
-