All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.io.FilenameFilter Maven / Gradle / Ivy

The newest version!
package java.io;

public interface FilenameFilter {
    boolean accept(File dir, String name);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy