类 WindowsExplorerFileSimpleComparator

  • 所有已实现的接口:
    java.util.Comparator<java.io.File>

    public class WindowsExplorerFileSimpleComparator
    extends java.lang.Object
    implements java.util.Comparator<java.io.File>
    detail: Windows 目录资源文件排序比较器
    作者:
    Ttt
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      int compare​(java.io.File f, java.io.File f1)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • 构造器详细资料

      • WindowsExplorerFileSimpleComparator

        public WindowsExplorerFileSimpleComparator()
    • 方法详细资料

      • compare

        public int compare​(java.io.File f,
                           java.io.File f1)
        指定者:
        compare 在接口中 java.util.Comparator<java.io.File>