- java.lang.Object
-
- ij.util.StringSorter
-
public class StringSorter extends Object
A simple QuickSort for String arrays.
-
-
Constructor Summary
Constructors Constructor Description StringSorter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidsort(String[] a)Sorts the array.static String[]sortNumerically(String[] list)Sorts file names containing numerical components.
-