public class SampleSorters
extends java.lang.Object
Constructor and Description |
---|
SampleSorters() |
Modifier and Type | Method and Description |
---|---|
static void |
sortSampleFirstYearAscending()
Sorts the samples of the currently loaded FHX2 file by first year in ascending order.
|
static void |
sortSampleFirstYearDescending()
Sorts the samples of the currently loaded FHX2 file by first year in descending order.
|
static void |
sortSampleLastYearAscending()
Sorts the samples of the currently loaded FHX2 file by last year in ascending order.
|
static void |
sortSampleLastYearDescending()
Sorts the samples of the currently loaded FHX2 file by last year in descending order.
|
static void |
sortSampleNameAscending()
Sorts the samples of the currently loaded FHX2 file by name in ascending order.
|
static void |
sortSampleNameDescending()
Sorts the samples of the currently loaded FHX2 file by name in descending order.
|
public static void sortSampleNameAscending()
public static void sortSampleNameDescending()
public static void sortSampleFirstYearAscending()
public static void sortSampleFirstYearDescending()
public static void sortSampleLastYearAscending()
public static void sortSampleLastYearDescending()