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