com.cosylab.vdct.util
Class StringQuickSort

java.lang.Object
  extended by com.cosylab.vdct.util.QuickSort
      extended by com.cosylab.vdct.util.StringQuickSort

public class StringQuickSort
extends QuickSort

This type was created in VisualAge.


Constructor Summary
StringQuickSort()
           
 
Method Summary
 boolean lessThan(java.lang.Object oFirst, java.lang.Object oSecond)
          lessThan method comment.
 
Methods inherited from class com.cosylab.vdct.util.QuickSort
sort, sort, sortEnumeration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringQuickSort

public StringQuickSort()
Method Detail

lessThan

public boolean lessThan(java.lang.Object oFirst,
                        java.lang.Object oSecond)
lessThan method comment.

Specified by:
lessThan in class QuickSort