com.atlassian.jira.issue.comparator
Class UserNameComparator
java.lang.Object
com.atlassian.jira.issue.comparator.UserNameComparator
- All Implemented Interfaces:
- Comparator<com.atlassian.crowd.embedded.api.User>
public class UserNameComparator
- extends Object
- implements Comparator<com.atlassian.crowd.embedded.api.User>
Used to sort users based on Entity.getName(), not taking into account the users
full name. If you want to sort first on the full name then use a
UserBestNameComparator.
- Since:
- v4.0
|
Method Summary |
int |
compare(com.atlassian.crowd.embedded.api.User user1,
com.atlassian.crowd.embedded.api.User user2)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserNameComparator
public UserNameComparator(Locale locale)
compare
public int compare(com.atlassian.crowd.embedded.api.User user1,
com.atlassian.crowd.embedded.api.User user2)
- Specified by:
compare in interface Comparator<com.atlassian.crowd.embedded.api.User>
Copyright © 2002-2011 Atlassian. All Rights Reserved.