Class FilterImpl.Or

    • Field Detail

    • Method Detail

      • matches0

        boolean matches0​(java.util.Map<java.lang.String,​?> map)
        Specified by:
        matches0 in class FilterImpl
      • normalize

        java.lang.StringBuilder normalize​(java.lang.StringBuilder sb)
        Description copied from class: FilterImpl
        Returns this Filter's normalized filter string.

        The filter string is normalized by removing whitespace which does not affect the meaning of the filter.

        Specified by:
        normalize in class FilterImpl
        Returns:
        This Filter's filter string.