public class FileSizeComparator
extends java.lang.Object
implements java.util.Comparator<java.io.File>
Comparator
implementation to compare to File
-objects by name.
Both filenames are converted to lower case using the system's default Locale
before they are actually
compared with each other.
Constructor and Description |
---|
FileSizeComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(java.io.File fileA,
java.io.File fileB) |
Copyright © 2015. All Rights Reserved.