Searched defs:PATH_SYSTEM_COMPARATOR (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/comparator/
H A DPathFileComparator.java67 public static final Comparator<File> PATH_SYSTEM_COMPARATOR = new PathFileComparator(IOCase.SYSTEM); field in class:PathFileComparator
70 public static final Comparator<File> PATH_SYSTEM_REVERSE = new ReverseComparator<File>(PATH_SYSTEM_COMPARATOR);

Completed in 36 milliseconds