net.spy.util
Class SpyIntegerComparable

java.lang.Object
  extended bynet.spy.util.SpyIntegerComparable
All Implemented Interfaces:
SpyComparable

public class SpyIntegerComparable
extends Object
implements SpyComparable

Compare Integers for SpySort.


Constructor Summary
SpyIntegerComparable()
           
 
Method Summary
 int compare(Object obj1, Object obj2)
          Compare two objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpyIntegerComparable

public SpyIntegerComparable()
Method Detail

compare

public int compare(Object obj1,
                   Object obj2)
Description copied from interface: SpyComparable
Compare two objects.

Specified by:
compare in interface SpyComparable