Class FilterImpl.Not

java.lang.Object
org.osgi.framework.FilterImpl
org.osgi.framework.FilterImpl.Not
All Implemented Interfaces:
Filter
Enclosing class:
FilterImpl

static final class FilterImpl.Not extends FilterImpl
  • Field Details

  • Constructor Details

  • Method Details

    • matches0

      boolean matches0(Map<String,?> map)
      Specified by:
      matches0 in class FilterImpl
    • normalize

      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.