add
Adds the specified element to this filter. A return value of true
ensures that contains given e
will also return true
.
Return
always true
as com.google.common.hash.BloomFilter
cannot fail to add an object
Parameters
e
element to be added to this filter
See also
<a target="guavadoc" href="http://google. github. io/guava/releases/snapshot/api/docs/com/google/common/hash/Bloom Filter. html#put(T)">com. google. common. hash. Bloom Filter#put(T)</a>
Throws
if the specified element is null