パッケージ | 説明 |
---|---|
org.xlattice.crypto.filters |
Bloom filter used by net.i2p.router.util.DecayingBloomFilter
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
BloomSHA1.FilterKey |
BloomSHA1.getFilterKey(byte[] b,
int offset,
int len) |
Get the bloom filter offsets for reuse.
|
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
BloomSHA1.locked_insert(BloomSHA1.FilterKey fk) |
Add the key to the filter.
|
boolean |
BloomSHA1.locked_member(BloomSHA1.FilterKey fk) |
Is the key in the filter.
|
void |
BloomSHA1.release(BloomSHA1.FilterKey fk) |