Constructs a filter that accepts a String if it matches both this filter and the given filter.
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 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.
Returns true to include the name, false to exclude it.
Returns true to include the name, false to exclude it.
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 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 NameFilter that accepts a name if it is exactly equal to
matchName.