isCompatible

public abstract boolean isCompatible(ProbabilisticFilter<E> f)

Returns true if the specified filter is compatible with this filter. f is considered compatible if this filter can use it in combinatoric operations (e.g. addAll, containsAll, removeAll).

Return

true if the specified filter is compatible with this filter

Parameters

f

filter to check for compatibility with this filter

See also

Throws

if the specified filter is null