net.spy.util
Class SpyDoubleComparable

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

public class SpyDoubleComparable
extends Object
implements SpyComparable

Compare Doubles for SpySort.


Constructor Summary
SpyDoubleComparable()
           
 
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

SpyDoubleComparable

public SpyDoubleComparable()
Method Detail

compare

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

Specified by:
compare in interface SpyComparable