@Internal public class

CascadingOptionValueComparator

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

@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 CascadingSelect options by their values.

Summary

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

Public Constructors

public CascadingOptionValueComparator ()

Public Methods

public int compare (CascadingOption o1, CascadingOption o2)