|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.tum.cs.commons.filesystem.FilenameComparator
public class FilenameComparator
Compares files based on the lexical order of their fully qualified names. Files must not be null.
Constructor Summary | |
---|---|
FilenameComparator()
|
Method Summary | |
---|---|
int |
compare(java.io.File file1,
java.io.File file2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public FilenameComparator()
Method Detail |
---|
public int compare(java.io.File file1, java.io.File file2)
compare
in interface java.util.Comparator<java.io.File>
|
TUM CCSM Commons | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |