Interface AComparator<T>

  • All Superinterfaces:
    java.util.Comparator<T>

    public interface AComparator<T>
    extends java.util.Comparator<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      default int compare​(T t, T t1)  
      int compare2​(T t, T t1)  
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Method Detail

      • compare2

        int compare2​(T t,
                     T t1)
      • compare

        default int compare​(T t,
                            T t1)
        Specified by:
        compare in interface java.util.Comparator<T>