Constructs a filter that accepts a String if it matches both this filter and the given filter.
Constructs a filter that accepts a File if it matches both this filter and the given filter.
Constructs a filter that accepts a File if it matches both this filter and the given filter.
Constructs a filter that accepts a String if it matches this filter but not the given filter.
Constructs a filter that accepts a File if it matches this filter but does not match the given filter.
Constructs a filter that accepts a File if it matches this filter but does not match the given filter.
Accepts File if its getName method is accepted by this filter.
Accepts File if its getName method is accepted by this filter.
Constructs a filter that accepts a String if it does not match this filter.
Constructs a filter that accepts a String if it does not match this filter.
Constructs a filter that accepts a String if it matches either this filter or the given filter.
Constructs a filter that accepts a File if it matches either this filter or the given filter.
Constructs a filter that accepts a File if it matches either this filter or the given filter.
A filter on Strings. This also functions as a FileFilter by applying the String filter to the value of a File's
getName.