static class Finder.NegFilter extends Finder.Filter
negFilter does not.
See Finder.Filter.not().
| Modifier and Type | Field and Description |
|---|---|
private Finder.Filter |
negFilter
The filter to be negated.
|
| Constructor and Description |
|---|
NegFilter(Finder.Filter negFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
pass(File file)
Passes the given file iff
negFilter does not. |
and, not, orprivate final Finder.Filter negFilter
NegFilter(Finder.Filter negFilter)
public boolean pass(File file)
negFilter does not.pass in class Finder.FilterCopyright © 2012–2018 Simuline Organization (l2r). All rights reserved.