@Internal public class

CascadingOptionComparator

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

@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 sequence numbers.

Summary

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

Public Constructors

public CascadingOptionComparator ()

Public Methods

public int compare (CascadingOption o1, CascadingOption o2)