public class StringSorter extends Object
Constructor and Description |
---|
StringSorter() |
Modifier and Type | Method and Description |
---|---|
static void |
sort(String[] a)
Sorts the array.
|
static String[] |
sortNumerically(String[] list)
Sorts file names containing numerical components.
|