@FunctionalInterface public interface FileFilter
Instances of this interface may be passed to the method of the listFiles(FileFilter) class.File
boolean accept(Filepathname)
pathname - The abstract pathname to be tested
true if and only if
pathname should be included