org.openscience.nmrshiftdb.util
Class StringAndIntComparator

java.lang.Object
  extended by org.openscience.nmrshiftdb.util.StringAndIntComparator
All Implemented Interfaces:
java.util.Comparator

public class StringAndIntComparator
extends java.lang.Object
implements java.util.Comparator

This is implememtation of Comparator used for sorting StringAndInts accoring to the int

Author:
shk3

Constructor Summary
StringAndIntComparator()
           
 
Method Summary
 int compare(java.lang.Object obj1, java.lang.Object obj2)
          The compare method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

StringAndIntComparator

public StringAndIntComparator()
Method Detail

compare

public int compare(java.lang.Object obj1,
                   java.lang.Object obj2)
The compare method

Specified by:
compare in interface java.util.Comparator
Parameters:
obj1 - The first StringAndInt
obj2 - The secons StringAndInt
Returns:
-1,0,1