public final class TFileComparator extends Object implements Comparator<File>, Serializable
| Modifier and Type | Field and Description |
|---|---|
private static Collator |
COLLATOR
A collator for file names which considers case according to the
platform's standard.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
TFileComparator() |
private static final Collator COLLATOR
private static final long serialVersionUID
public int compare(File f1, File f2)
compare in interface Comparator<File>Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.