Interface SortOrderComparator<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      SortOrder getSortOrder()  
      • Methods inherited from interface java.util.Comparator

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

      • getSortOrder

        SortOrder getSortOrder()
        Returns:
        The order in which to perform comparisons.