Method | Description | |
---|---|---|
Add ( string str ) : void | ||
BloomFilter ( int size, IEnumerable |
||
Lookup ( string str ) : bool | ||
Occupancy ( ) : float |
public BloomFilter ( int size, IEnumerable |
||
size | int | |
_hashes | IEnumerable |
|
return | System |