ProGAL.dataStructures
Class SortToolDouble

java.lang.Object
  extended by ProGAL.dataStructures.SortToolDouble
All Implemented Interfaces:
SortTool

public class SortToolDouble
extends java.lang.Object
implements SortTool


Field Summary
 
Fields inherited from interface ProGAL.dataStructures.SortTool
COMP_EQUAL, COMP_GRTR, COMP_LESS, err1
 
Constructor Summary
SortToolDouble()
           
 
Method Summary
 int compare(java.lang.Object x1, java.lang.Object x2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortToolDouble

public SortToolDouble()
Method Detail

compare

public int compare(java.lang.Object x1,
                   java.lang.Object x2)
Specified by:
compare in interface SortTool