public class AccountInfoComparator extends com.google.common.collect.Ordering<com.google.gerrit.extensions.common.AccountInfo> implements Comparator<com.google.gerrit.extensions.common.AccountInfo>
Modifier and Type | Field and Description |
---|---|
static AccountInfoComparator |
ORDER_NULLS_FIRST |
static AccountInfoComparator |
ORDER_NULLS_LAST |
Modifier and Type | Method and Description |
---|---|
int |
compare(com.google.gerrit.extensions.common.AccountInfo a,
com.google.gerrit.extensions.common.AccountInfo b) |
allEqual, arbitrary, binarySearch, compound, compound, explicit, explicit, from, from, greatestOf, greatestOf, immutableSortedCopy, isOrdered, isStrictlyOrdered, leastOf, leastOf, lexicographical, max, max, max, max, min, min, min, min, natural, nullsFirst, nullsLast, onResultOf, reverse, sortedCopy, usingToString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final AccountInfoComparator ORDER_NULLS_FIRST
public static final AccountInfoComparator ORDER_NULLS_LAST
public int compare(com.google.gerrit.extensions.common.AccountInfo a, com.google.gerrit.extensions.common.AccountInfo b)
compare
in interface Comparator<com.google.gerrit.extensions.common.AccountInfo>
compare
in class com.google.common.collect.Ordering<com.google.gerrit.extensions.common.AccountInfo>