MCPcopy Index your code
hub / github.com/MagnusS/Java-BloomFilter / containsAll

Method containsAll

src/com/skjegstad/utils/BloomFilter.java:359–364  ·  view source on GitHub ↗

Returns true if all the elements of a Collection could have been inserted into the Bloom filter. Use getFalsePositiveProbability() to calculate the probability of this being correct. @param c elements to check. @return true if all the elements in c could have been inserted into the Bloom filter.

(Collection<? extends E> c)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testContainsAllMethod · 0.95

Calls 1

containsMethod · 0.95

Tested by 1

testContainsAllMethod · 0.76