Class Filters.NegativeFilter

  • All Implemented Interfaces:
    Filter
    Enclosing class:
    Filters

    private static final class Filters.NegativeFilter
    extends java.lang.Object
    implements Filter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private Filter filter  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String name)  
      Filter getFilter()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • filter

        private final Filter filter
    • Constructor Detail

      • NegativeFilter

        public NegativeFilter​(Filter filter)
    • Method Detail

      • accept

        public boolean accept​(java.lang.String name)
        Specified by:
        accept in interface Filter
      • getFilter

        public Filter getFilter()