public class AccountInfoComparator extends com.google.common.collect.Ordering<AccountInfo> implements Comparator<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(AccountInfo a,
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
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public static final AccountInfoComparator ORDER_NULLS_FIRST
public static final AccountInfoComparator ORDER_NULLS_LAST
public int compare(AccountInfo a, AccountInfo b)
compare
in interface Comparator<AccountInfo>
compare
in class com.google.common.collect.Ordering<AccountInfo>