vipratech.util
Class AlphabeticalSort

java.lang.Object
  |
  +--vipratech.util.AlphabeticalSort

public class AlphabeticalSort
extends java.lang.Object
implements java.io.Serializable

The AlphabeticalSort class is used to sort a collection of strings into an ascending alphabetical order. A vector containing a collection of unsorted strings is passed as an argument to the sort(Vector vector) method which returns an array of strings sorted A-Z.

Version:
1.00, December 12, 1999
Author:
Warwick Bailey   warwick-bailey@bigfoot.com
See Also:
Serialized Form

Constructor Summary
AlphabeticalSort()
          The Constructor
 
Method Summary
 java.lang.String[] sort(java.util.Vector vector)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphabeticalSort

public AlphabeticalSort()
The Constructor
Method Detail

sort

public java.lang.String[] sort(java.util.Vector vector)

dathe@chemie.uni-leipzig.de"

http://leipzig.vernetztes-studium.de