Esempio n. 1
0
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter       = filter;
     _bloomSize    = bloomSize;
     _hashFunction = hashFunction;
 }
Esempio n. 2
0
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter = filter;
     _bloomSize = bloomSize;
     _hashFunction = hashFunction;
 }