isCompatible

public boolean isCompatible(@NotNull() @NotNull() ProbabilisticFilter<E> f)

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

Return

true if f is compatible with this filter.

Parameters

f

The filter to check for compatibility.