Class ExperiencePageFilter

  • All Implemented Interfaces:
    Filter<Page>

    public class ExperiencePageFilter
    extends java.lang.Object
    implements Filter<Page>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean includes​(Page element)
      Checks if the given element is included in this filter.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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.