public class

LocaleSensitiveGenericValueComparator

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

Class Overview

Compares a generic value using the provided locale to do an i18n string compare on the value specified by the entity column.

Summary

Public Constructors
LocaleSensitiveGenericValueComparator(Locale locale, String entityColumn)
Public Methods
int compare(GenericValue gv1, GenericValue gv2)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public LocaleSensitiveGenericValueComparator (Locale locale, String entityColumn)

Public Methods

public int compare (GenericValue gv1, GenericValue gv2)