-
-
Method Summary
boolean
Checks if the given element is included in this filter.
-
-
Method Details
-
includes
public boolean includes(Page element)
Description copied from interface: Filter
Checks if the given element is included in this filter.
- Specified by:
includes in interface Filter<Page>
- Parameters:
element - the element to check
- Returns:
true if the element is included;
false otherwise.