Class FilterImpl.Present

    • Constructor Detail

      • Present

        Present​(java.lang.String attr)
    • Method Detail

      • matches0

        boolean matches0​(java.util.Map<java.lang.String,​?> map)
        Overrides:
        matches0 in class FilterImpl.Item
      • 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.