com.atlassian.jira.security.roles
Class ProjectRoleComparator
java.lang.Object
com.atlassian.jira.security.roles.ProjectRoleComparator
- All Implemented Interfaces:
- Comparator<ProjectRole>
public final class ProjectRoleComparator
- extends Object
- implements Comparator<ProjectRole>
Compares ProjectRole objects based on case insensitive name comparison.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPARATOR
public static final Comparator<ProjectRole> COMPARATOR
compare
public int compare(ProjectRole o1,
ProjectRole o2)
- Specified by:
compare
in interface Comparator<ProjectRole>
Copyright © 2002-2011 Atlassian. All Rights Reserved.