org.eclipse.jetty.start
类 FilenameComparator
java.lang.Object
org.eclipse.jetty.start.FilenameComparator
- 所有已实现的接口:
- Comparator<File>
public class FilenameComparator
- extends Object
- implements Comparator<File>
Smart comparator for filenames, with natural language sorting, and files sorted before sub directories.
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final FilenameComparator INSTANCE
FilenameComparator
public FilenameComparator()
compare
public int compare(File o1,
File o2)
- 指定者:
- 接口
Comparator<File> 中的 compare
Copyright © 2013. All Rights Reserved.