public static interface File.FileFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(File f)
Returns true if the file should be included in results.
|
boolean accept(File f)
f - The file to checkCopyright © 2023. All rights reserved.