public class

LocaleSensitiveProjectNameComparator

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.comparator.LocaleSensitiveProjectNameComparator

Class Overview

Comparator for Project objects that only compares the names, uses the constructed locale to correctly sort constants names taking into account i18n strings.

Summary

Public Constructors
LocaleSensitiveProjectNameComparator(Locale locale)
Public Methods
int compare(Project project1, Project project2)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public LocaleSensitiveProjectNameComparator (Locale locale)

Public Methods

public int compare (Project project1, Project project2)