Class ResolutionObjectComparator
java.lang.Object
com.atlassian.jira.issue.comparator.ResolutionObjectComparator
- All Implemented Interfaces:
Comparator<Resolution>
Comparator for Resolution based on sequence.
See also ResolutionComparator which is for resolution GenericValues.- Since:
- v4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Comparator<Resolution> AComparatorthat ordersPriorityobjects by their configured sequence. -
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
-
Field Details
-
RESOLUTION_OBJECT_COMPARATOR
AComparatorthat ordersPriorityobjects by their configured sequence.
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<Resolution>
-