()
| 244 | } |
| 245 | |
| 246 | public void destroy() { |
| 247 | if (this.bitArray != null) { |
| 248 | this.bitArray.destroy(); |
| 249 | this.bitArray = null; |
| 250 | } |
| 251 | } |
| 252 | |
| 253 | public boolean equivalent(BloomFilter bf) { |
| 254 | return this.size == bf.size && |
no outgoing calls
no test coverage detected