Package io.rong.imkit.utils
Class FileTypeUtils.FileNameComparator
-
- All Implemented Interfaces:
-
java.util.Comparator
public class FileTypeUtils.FileNameComparator implements Comparator<T>根据文件名进行比较排序
-
-
Constructor Summary
Constructors Constructor Description FileTypeUtils.FileNameComparator()
-
Method Summary
Modifier and Type Method Description intcompare(FileInfo lhs, FileInfo rhs)-
Methods inherited from class java.util.Comparator
comparing, comparingDouble, comparingInt, comparingLong, naturalOrder, nullsFirst, nullsLast, reverseOrder, reversed, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
compare
int compare(FileInfo lhs, FileInfo rhs)
-
-
-
-