Class ThreadedBackupRowComparator<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      ThreadedBackupRowComparator​(ThreadedTableModel<T,​?> model, int sortColumn)
      Constructs this class with the given column comparator that will get called after the given row is converted to the column value for the given sort column
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object getColumnValue​(T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

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

      • ThreadedBackupRowComparator

        public ThreadedBackupRowComparator​(ThreadedTableModel<T,​?> model,
                                           int sortColumn)
        Constructs this class with the given column comparator that will get called after the given row is converted to the column value for the given sort column
        Parameters:
        model - the table model using this comparator
        sortColumn - the column being sorted
        See Also:
        RowToColumnComparator