Class LocaleSensitiveVersionNameComparator
java.lang.Object
com.atlassian.jira.issue.comparator.LocaleSensitiveVersionNameComparator
- All Implemented Interfaces:
Comparator<Version>
Comparator for Version objects that only compares the names, uses the constructed locale to correctly sort
constants names taking into account 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, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
LocaleSensitiveVersionNameComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<Version>
-