public class ProjectNameComparator extends Object implements Comparator<Project>, Serializable
Project by its name| Modifier and Type | Field and Description |
|---|---|
static Comparator<Project> |
COMPARATOR |
| Constructor and Description |
|---|
ProjectNameComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Project o1,
Project o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final Comparator<Project> COMPARATOR
public int compare(Project o1, Project o2)
compare in interface Comparator<Project>Copyright © 2002-2018 Atlassian. All Rights Reserved.