Home | History | Annotate | Download | only in filefilter

Lines Matching refs:FALSE

23  * A file filter that always returns false.

33 * Singleton instance of false filter.
36 public static final IOFileFilter FALSE = new FalseFileFilter();
38 * Singleton instance of false filter.
39 * Please use the identical FalseFileFilter.FALSE constant.
43 public static final IOFileFilter INSTANCE = FALSE;
52 * Returns false.
55 * @return false
58 return false;
62 * Returns false.
66 * @return false
69 return false;