java.lang.Object |
↳ |
com.atlassian.jira.web.action.admin.user.ConfigureCrowdServer.ApplicationNameComparator |
Class Overview
Compare applications by name.
Summary
Public Methods |
int
|
compare(Application app1, Application app2)
|
[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)
|
|
Protected Constructors
protected
ConfigureCrowdServer.ApplicationNameComparator
()
Public Methods
public
int
compare
(Application app1, Application app2)