org.restlet.engine.util
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:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlphabeticalComparator
public AlphabeticalComparator()
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:
Comparator
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:
Comparator
Copyright © 2005-2013 Restlet.