net.spy.util
Class SpySort
java.lang.Object
net.spy.util.SpySort
- public class SpySort
- extends Object
Sorting class.
|
Method Summary |
static void |
main(String[] args)
|
void |
sort(Object[] o)
Sort the given list of objects with this object's comparable. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpySort
public SpySort(SpyComparable c)
- Get an SpySort object with the given comparable.
sort
public void sort(Object[] o)
- Sort the given list of objects with this object's comparable.
main
public static void main(String[] args)