net.spy.util
Class SpySort

java.lang.Object
  extended bynet.spy.util.SpySort

public class SpySort
extends Object

Sorting class.


Constructor Summary
SpySort(SpyComparable c)
          Get an SpySort object with the given comparable.
 
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
 

Constructor Detail

SpySort

public SpySort(SpyComparable c)
Get an SpySort object with the given comparable.

Method Detail

sort

public void sort(Object[] o)
Sort the given list of objects with this object's comparable.


main

public static void main(String[] args)