public class FlatLexoRankableComparator extends Object implements Comparator<Rankable>
Modifier and Type | Field and Description |
---|---|
static int |
EQUAL |
static int |
FIRST_SMALLER |
static int |
SECOND_SMALLER |
Constructor and Description |
---|
FlatLexoRankableComparator(LexoRankManager lexoRankManager,
com.atlassian.jira.issue.fields.CustomField customField) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Rankable first,
Rankable second) |
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 static final int EQUAL
public static final int FIRST_SMALLER
public static final int SECOND_SMALLER
public FlatLexoRankableComparator(LexoRankManager lexoRankManager, com.atlassian.jira.issue.fields.CustomField customField)
public int compare(Rankable first, Rankable second)
compare
in interface Comparator<Rankable>
Copyright © 2007–2015 Atlassian. All rights reserved.