com.trackstudio.tools.compare
Class PairSorter

java.lang.Object
  extended by com.trackstudio.tools.compare.PairSorter
All Implemented Interfaces:
java.util.Comparator<Pair>

public class PairSorter
extends java.lang.Object
implements java.util.Comparator<Pair>


Constructor Summary
PairSorter()
           
 
Method Summary
 int compare(Pair o1, Pair o2)
           
 
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

PairSorter

public PairSorter()
Method Detail

compare

public int compare(Pair o1,
                   Pair o2)
Specified by:
compare in interface java.util.Comparator<Pair>


Copyright © 2002-2009 TrackStudio, Ltd. All Rights Reserved.