Package com.google.common.hash
Class BloomFilter.SerialForm<T>
- java.lang.Object
-
- com.google.common.hash.BloomFilter.SerialForm<T>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BloomFilter<T>
private static class BloomFilter.SerialForm<T> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) long[]
data
(package private) Funnel<? super T>
funnel
(package private) int
numHashFunctions
private static long
serialVersionUID
(package private) BloomFilter.Strategy
strategy
-
Constructor Summary
Constructors Constructor Description SerialForm(BloomFilter<T> bf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.lang.Object
readResolve()
-
-
-
Field Detail
-
data
final long[] data
-
numHashFunctions
final int numHashFunctions
-
strategy
final BloomFilter.Strategy strategy
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SerialForm
SerialForm(BloomFilter<T> bf)
-
-