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 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.
Constructs a filter that accepts a File if it does not match this filter.
Constructs a filter that accepts a File if it does not match this 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 FileFilter that selects files that exist according to
java.io.File.exists.