Package com.google.gerrit.server.account
Class AccountInfoComparator
java.lang.Object
com.google.common.collect.Ordering<AccountInfo>
com.google.gerrit.server.account.AccountInfoComparator
- All Implemented Interfaces:
Comparator<AccountInfo>
public class AccountInfoComparator
extends com.google.common.collect.Ordering<AccountInfo>
implements Comparator<AccountInfo>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AccountInfoComparator
static final AccountInfoComparator
-
Method Summary
Methods inherited from class com.google.common.collect.Ordering
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Field Details
-
ORDER_NULLS_FIRST
-
ORDER_NULLS_LAST
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<AccountInfo>
- Specified by:
compare
in classcom.google.common.collect.Ordering<AccountInfo>
-