public final class MergeSort extends Sort
| Constructor and Description |
|---|
MergeSort(java.util.List data,
java.lang.String column,
boolean bForward,
java.lang.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(java.util.List data,
java.lang.String column,
boolean bForward,
java.lang.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 - 2010 Alfresco Software, Inc. All Rights Reserved.