ProGAL.dataStructures
Class SortToolInteger

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

public class SortToolInteger
extends java.lang.Object
implements SortTool


Field Summary
 
Fields inherited from interface ProGAL.dataStructures.SortTool
COMP_EQUAL, COMP_GRTR, COMP_LESS, err1
 
Constructor Summary
SortToolInteger()
           
 
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

SortToolInteger

public SortToolInteger()
Method Detail

compare

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