Package | Description |
---|---|
cn.hutool.bloomfilter |
布隆过滤,提供一些Hash算法的布隆过滤
|
Modifier and Type | Method and Description |
---|---|
static BitSetBloomFilter |
BloomFilterUtil.createBitSet(int c,
int n,
int k)
创建一个BitSet实现的布隆过滤器,过滤器的容量为c * k 个bit.
|
Copyright © 2024. All rights reserved.