contains All
Returns true if this filter might contain all of the elements of the specified collection. More formally, returns true if contains== true for all of the elements of the specified collection.
Return
true if this filter might contain all elements of the specified collection
Parameters
collection containing elements to be checked for containment in this filter
See also
Throws
if the specified collection contains one or more null elements, or if the specified collection is null
Returns true if this filter might contain all elements contained in the specified filter. isCompatible must return true for the given filter.
Return
true if this filter might contain all elements contained in the specified filter, false if this is definitely not the case.
Parameters
cuckoo filter containing elements to be checked for probable containment in this filter
See also
Throws
if the specified filter is null
if isCompatible== false given f