@FunctionalInterface public interface WalkFilter extends FileFilter, FilenameFilter
boolean accept(File file)
Defined in FileFilter.
accept 在接口中 FileFilterfile - the File to checkdefault boolean accept(File dir, String name)
Defined in FilenameFilter.
accept 在接口中 FilenameFilterdir - the directory File to checkname - the filename within the directory to checkCopyright © 2022–2023. All rights reserved.