org.dlese.dpc.suggest.resource.urlcheck
Class SimSorter
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debug
public static boolean debug
SimSorter
public SimSorter()
compare
public int compare(Object o1,
Object o2)
- Description of the Method
- Specified by:
compare
in interface Comparator
- Parameters:
o1
- Description of the Parametero2
- Description of the Parameter
- Returns:
- Description of the Return Value