@Internal public class

OptionValueComparator

extends Object
implements Comparator<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.customfields.statistics.OptionValueComparator

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Compares two Select options by their values.

Summary

Public Constructors
OptionValueComparator()
Public Methods
int compare(Option o1, Option o2)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.util.Comparator

Public Constructors

public OptionValueComparator ()

Public Methods

public int compare (Option o1, Option o2)