Class LocaleSensitiveStringComparator
java.lang.Object
com.atlassian.jira.issue.comparator.LocaleSensitiveStringComparator
- All Implemented Interfaces:
Comparator<String>
Uses a locale to do a correct sort that will correctly sort i18n strings.
- Since:
- v4.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LocaleSensitiveStringComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<String>
-