Package com.cosylab.vdct.util
Class IntegerQuickSort
- java.lang.Object
-
- com.cosylab.vdct.util.QuickSort
-
- com.cosylab.vdct.util.IntegerQuickSort
-
public class IntegerQuickSort extends QuickSort
This type was created in VisualAge.
-
-
Constructor Summary
Constructors Constructor Description IntegerQuickSort()
-
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
-
-