ij.util
Class StringSorter

java.lang.Object
  extended by ij.util.StringSorter

public class StringSorter
extends java.lang.Object

A simple QuickSort for String arrays.


Constructor Summary
StringSorter()
           
 
Method Summary
static void sort(java.lang.String[] a)
          Sorts the array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringSorter

public StringSorter()
Method Detail

sort

public static void sort(java.lang.String[] a)
Sorts the array.