public class IssueTypeKeyComparator extends Object implements Comparator<String>
Used to compare to issue types when they are used as keys in schemes
Constructor and Description |
---|
IssueTypeKeyComparator(ConstantsManager constantsManager) |
Modifier and Type | Method and Description |
---|---|
int |
compare(String o1,
String o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public IssueTypeKeyComparator(ConstantsManager constantsManager)
public int compare(String o1, String o2)
compare
in interface Comparator<String>
Copyright © 2002-2019 Atlassian. All Rights Reserved.