예제 #1
0
 public void Add(ICountingBloomFilter <TEntity, TKey, TCount> bloomFilter)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public bool?SubtractAndDecode(ICountingBloomFilter <TEntity, TKey, TCount> filter, HashSet <TKey> listA, HashSet <TKey> listB, HashSet <TKey> modifiedEntities)
 {
     throw new NotImplementedException();
 }