|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.jira.plugin.report.ReportModuleDescriptorComparators
public class ReportModuleDescriptorComparators
Comparators for ReportModuleDescriptor.
Method Summary | |
---|---|
static Comparator<ReportModuleDescriptor> |
byName()
Returns a comparator that can be used to sort ReportModuleDescriptor instances by name (case insensitive)
using the default locale. |
static Comparator<ReportModuleDescriptor> |
byName(Locale locale)
Returns a comparator that can be used to sort ReportModuleDescriptor instances by name (case insensitive)
using the given locale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Comparator<ReportModuleDescriptor> byName()
ReportModuleDescriptor
instances by name (case insensitive)
using the default locale.
public static Comparator<ReportModuleDescriptor> byName(@Nullable Locale locale)
ReportModuleDescriptor
instances by name (case insensitive)
using the given locale.
locale
- a Locale to use for sorting, or null to use the default Locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |