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