public class BloomFilter extends Object
| Constructor and Description |
|---|
BloomFilter(int m) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(String str) |
boolean |
contains(String str) |
boolean |
containsAndAdd(String str) |
Copyright © 2017. All rights reserved.