org.openscience.nmrshiftdb.util
Class VfvbComparator

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

public class VfvbComparator
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

Field Summary
(package private)  boolean descending
           
 
Constructor Summary
VfvbComparator()
          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
 

Field Detail

descending

boolean descending
Constructor Detail

VfvbComparator

public VfvbComparator()
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