Interface MergedResult.ResultComparator

  • All Superinterfaces:
    java.util.Comparator
    Enclosing class:
    MergedResult

    public static interface MergedResult.ResultComparator
    extends java.util.Comparator
    Comparator for ordering result rows.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object getOrderingValue​(Result res, int idx)
      Return the ordering value of the current row of the given result.
      • Methods inherited from interface java.util.Comparator

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

      • getOrderingValue

        java.lang.Object getOrderingValue​(Result res,
                                          int idx)
        Return the ordering value of the current row of the given result.