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 Details

    • debug

      public static boolean debug
  • Constructor Details

    • SimSorter

      public SimSorter()
  • Method Details

    • 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