public final class RuleViolationComparator extends Object implements Comparator<RuleViolation>
Modifier and Type | Field and Description |
---|---|
static RuleViolationComparator |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
int |
compare(RuleViolation r1,
RuleViolation r2) |
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 RuleViolationComparator INSTANCE
public int compare(RuleViolation r1, RuleViolation r2)
compare
in interface Comparator<RuleViolation>
Copyright © 2002–2014 InfoEther. All rights reserved.