public class ResolutionObjectComparator extends Object implements Comparator<Resolution>
Comparator
for Resolution
based on sequence.
See also ResolutionComparator
which is for resolution GenericValues
.Modifier and Type | Field and Description |
---|---|
static Comparator<Resolution> |
RESOLUTION_OBJECT_COMPARATOR
A
Comparator that orders Priority objects by
their configured sequence. |
Modifier and Type | Method and Description |
---|---|
int |
compare(Resolution resolution,
Resolution resolution1) |
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 Comparator<Resolution> RESOLUTION_OBJECT_COMPARATOR
Comparator
that orders Priority
objects by
their configured sequence.public int compare(Resolution resolution, Resolution resolution1)
compare
in interface Comparator<Resolution>
Copyright © 2002-2018 Atlassian. All Rights Reserved.