org.openscience.nmrshiftdb.util
Class ValueTripleComparator2

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

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

This is implememtation of Comparator used for sorting ValueTriples accoring to the distance to a value given in ValueTriple as ComparatorValue

Author:
shk3

Constructor Summary
ValueTripleComparator2()
          Constructor for the ValueTripleComparator object
 
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

ValueTripleComparator2

public ValueTripleComparator2()
Constructor for the ValueTripleComparator object

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 ValueTriple
obj2 - The second ValueTriple
Returns:
-1,0,1