All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.hash.class-use.Funnel.html Maven / Gradle / Ivy

The newest version!







Uses of Interface com.google.common.hash.Funnel (Guava: Google Core Libraries for Java 11.0.1 API)














Uses of Interface
com.google.common.hash.Funnel

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

Uses of Funnel in com.google.common.hash
 

Methods in com.google.common.hash that return Funnel
static Funnel<byte[]> Funnels.byteArrayFunnel()
          Returns a funnel that extracts the bytes from a byte array.
static Funnel<CharSequence> Funnels.stringFunnel()
          Returns a funnel that extracts the characters from a CharSequence.
 

Methods in com.google.common.hash with parameters of type Funnel
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.
<T> Hasher
Hasher.putObject(T instance, Funnel<? super T> funnel)
          A simple convenience for funnel.funnel(object, this).
 



Copyright © 2010-2012. All Rights Reserved.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy