contains

public boolean contains(@NotNull() @NotNull() E e)

Returns true if this filter might contain the specified element, false if this is definitely not the case.

Return

true if this filter might contain the specified element, false if this is definitely not the case.

Parameters

e

element whose containment in this filter is to be tested

See also

Throws

if the specified element is null and this filter does not permit null elements