com.ibm.commerce.tools.util

Interface QuickSortCompare

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      The IBM copyright notice field.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int compare(java.lang.Object Obj1, java.lang.Object Obj2)
      This method compares two objects.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • compare

        int compare(java.lang.Object Obj1,
                    java.lang.Object Obj2)
        This method compares two objects.
        Parameters:
        obj1 - the first object
        obj2 - the second object
        Returns:
        The result of the comparison.