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 not stored for this graph (policy: none)