示例#1
0
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter       = filter;
     _bloomSize    = bloomSize;
     _hashFunction = hashFunction;
 }
示例#2
0
 private FuzzySet(FixedBitSet filter, int bloomSize, HashFunction hashFunction)
 {
     _filter = filter;
     _bloomSize = bloomSize;
     _hashFunction = hashFunction;
 }