public abstract class AbstractFileFilter extends Object implements FileFilter
AbstractFileFilter()
boolean
test(File file)
test(File dir, String name)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
accept, accept
public AbstractFileFilter()
public boolean test(File file)
test
Predicate<File>
public boolean test(File dir, String name)
Predicate2<File,String>
Copyright © 2021. All rights reserved.