public class ReportModuleDescriptorComparators extends Object
Modifier and Type | Method and Description |
---|---|
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. |
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 LocaleCopyright © 2002-2021 Atlassian. All Rights Reserved.