Guava: Google Core Libraries for Java 13.0.1-redhat-1

Uses of Class
com.google.common.hash.BloomFilter

Packages that use BloomFilter
com.google.common.hash Hash functions and related structures. 
 

Uses of BloomFilter in com.google.common.hash
 

Methods in com.google.common.hash that return BloomFilter
 BloomFilter<T> BloomFilter.copy()
          Creates a new BloomFilter that's a copy of this instance.
static
<T> BloomFilter<T>
BloomFilter.create(Funnel<T> funnel, int expectedInsertions)
          Creates a Builder of a BloomFilter, with the expected number of insertions, and a default expected false positive probability of 3%.
static
<T> BloomFilter<T>
BloomFilter.create(Funnel<T> funnel, int expectedInsertions, double falsePositiveProbability)
          Creates a Builder of a BloomFilter, with the expected number of insertions and expected false positive probability.
 


Guava: Google Core Libraries for Java 13.0.1-redhat-1

Copyright © 2010-2013 JBoss by Red Hat. All Rights Reserved.