Class Overview
A Comparator for the JiraWorkflow class.
Summary
Public Methods |
int
|
compare(JiraWorkflow workflow1, JiraWorkflow workflow2)
The natural order of JiraWorkflow objects should be:
1) All instances of DefaultJiraWorkflow (sorted alphabetically ignoring case); followed by
2) all other instances of JiraWorkflow (also sorted alphabetically ignoring case).
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
java.util.Comparator
int
|
compare(T arg0, T arg1)
|
boolean
|
equals(Object arg0)
|
|
Fields
Public Constructors
public
JiraWorkflowComparator
()
Public Methods
The natural order of JiraWorkflow objects should be:
1) All instances of DefaultJiraWorkflow (sorted alphabetically ignoring case); followed by
2) all other instances of JiraWorkflow (also sorted alphabetically ignoring case).