Tests whether or not the specified abstract pathname should be included in a pathname list. @param pathname The abstract pathname to be tested @return true if and only if pathname should be included
(File pathname)
| 47 | * should be included |
| 48 | */ |
| 49 | boolean accept(File pathname); |
| 50 | } |
no outgoing calls
no test coverage detected