Метод | Описание | |
---|---|---|
InsertionSorter ( |
Initializes a new instance of the InsertionSorter class with the specified TableModel, Column index, IComparer and SortOrder
|
|
Sort ( ) : void |
Starts sorting the Cells in the TableModel
|
public InsertionSorter ( |
||
tableModel | The TableModel that contains the data to be sorted | |
column | int | The index of the Column to be sorted |
comparer | IComparer | The IComparer used to sort the Column's Cells |
sortOrder | SortOrder | Specifies how the Column is to be sorted |
Результат | System |