예제 #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;
 }