Package com.cosylab.vdct.util
Class StringQuickSort
- java.lang.Object
-
- com.cosylab.vdct.util.QuickSort
-
- com.cosylab.vdct.util.StringQuickSort
-
public class StringQuickSort extends QuickSort
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description StringQuickSort()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
lessThan(Object oFirst, Object oSecond)
lessThan method comment.-
Methods inherited from class com.cosylab.vdct.util.QuickSort
sort, sort, sortEnumeration
-
-