public final class MergeSort extends Sort
| Constructor and Description |
|---|
MergeSort(List data,
String column,
boolean bForward,
String mode)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
sort()
Runs the Quick Sort routine on the current dataset
|
buildCollationKeys, getComparator, getGetterMethodName, swappublic MergeSort(List data, String column, boolean bForward, String mode)
data - a the List of String[] data to sortcolumn - the column getter method to use on the row to sortbForward - true for a forward sort, false for a reverse sortmode - sort mode to use (see IDataContainer constants)Copyright © 2005–2018 Alfresco Software. All rights reserved.