DLESE Tools
v1.6.0

org.dlese.dpc.suggest.resource.urlcheck
Class SimSorter

java.lang.Object
  extended by org.dlese.dpc.suggest.resource.urlcheck.SimSorter
All Implemented Interfaces:
Comparator

public class SimSorter
extends Object
implements Comparator

Comparator to sort DupSim instances by order of their IDs.

Author:
ostwald

$Id $


Field Summary
static boolean debug
           
 
Constructor Summary
SimSorter()
           
 
Method Summary
 int compare(Object o1, Object o2)
          Description of the 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

debug

public static boolean debug
Constructor Detail

SimSorter

public SimSorter()
Method Detail

compare

public int compare(Object o1,
                   Object o2)
Description of the Method

Specified by:
compare in interface Comparator
Parameters:
o1 - Description of the Parameter
o2 - Description of the Parameter
Returns:
Description of the Return Value

DLESE Tools
v1.6.0