()
| 313 | } |
| 314 | |
| 315 | public void destroy() { |
| 316 | if (this.counts != null) { |
| 317 | this.counts.destroy(); |
| 318 | this.counts = null; |
| 319 | } |
| 320 | } |
| 321 | |
| 322 | public boolean equivalent(CountingBloomFilter bf) { |
| 323 | return this.size == bf.size && |
no outgoing calls
no test coverage detected