ij.util
Class StringSorter
java.lang.Object
ij.util.StringSorter
public class StringSorter
- extends Object
A simple QuickSort for String arrays.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringSorter
public StringSorter()
sort
public static void sort(String[] a)
- Sorts the array.
sortNumerically
public static String[] sortNumerically(String[] list)
- Sorts file names containing numerical components.
Author: Norbert Vischer
Copyright © 1997–2015 NIH. All rights reserved.