public class IssueComparator extends Object implements Comparator<Issue>
| Modifier and Type | Field and Description |
|---|---|
static int |
DIR_ASC |
static int |
DIR_DESC |
static int |
TYPE_ENABLED |
static int |
TYPE_MESSAGE |
static int |
TYPE_SEG |
static int |
TYPE_SEVERITY |
static int |
TYPE_TU |
| Constructor and Description |
|---|
IssueComparator(int type,
int direction) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Issue issue1,
Issue issue2) |
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 int DIR_ASC
public static final int DIR_DESC
public static final int TYPE_ENABLED
public static final int TYPE_SEVERITY
public static final int TYPE_TU
public static final int TYPE_SEG
public static final int TYPE_MESSAGE
public int compare(Issue issue1, Issue issue2)
compare in interface Comparator<Issue>Copyright © 2021. All rights reserved.