public interface BloomFilter extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(String text)
在boolean的bitMap中增加一个字符串
如果存在就返回
false如果不存在先增加这个字符串.再返回true |
boolean |
contains(String text) |
Copyright © 2021. All rights reserved.