Add an element to the filter
The element to add
Test an element for membership
The element to look for in the filter
False if the element is definitively not in the filter, True is the element might be in the filter
Remove an element from the filter
The element to remove
True if the element has been removed from the filter, False otherwise
Generated using TypeDoc
A WritableFilter extends the {@link ClassicFilter} with the ability to remove elements from the filter.
Thomas Minier
Arnaud Grall