Class AlphabeticalComparator

java.lang.Object
org.restlet.engine.util.AlphabeticalComparator
All Implemented Interfaces:
Serializable, Comparator<Reference>
Direct Known Subclasses:
AlphaNumericComparator

public class AlphabeticalComparator extends Object implements Comparator<Reference>, Serializable
Allows to sort the list of references set by the resource.
Author:
Jerome Louvel
See Also:
  • Constructor Details

    • AlphabeticalComparator

      public AlphabeticalComparator()
  • Method Details

    • compare

      public int compare(Reference ref0, Reference ref1)
      Compares two references.
      Specified by:
      compare in interface Comparator<Reference>
      Parameters:
      ref0 - The first reference.
      ref1 - The second reference.
      Returns:
      The comparison result.
      See Also:
    • compare

      public int compare(String str0, String str1)
      Compares two strings.
      Parameters:
      str0 - The first string.
      str1 - The second string.
      Returns:
      The comparison result.
      See Also: