Interface D2SD.IComparer

  • Enclosing class:
    D2SD<T extends sk.ipesoft.d2000.datatable.Table<T,​R,​sk.ipesoft.d2000.datatable.TableRowBean>,​R extends sk.ipesoft.d2000.datatable.TableRow<T,​R,​sk.ipesoft.d2000.datatable.TableRowBean>>

    public static interface D2SD.IComparer
    • Method Detail

      • compare

        int compare​(int i,
                    int j)
        Compares two rows of structure
        Parameters:
        i - row index of first item
        j - row index of second item
        Returns:
        row[i] > row[j]: positive, row[i] < row[j]: negative, row[i] = row[j]: zero