public class AccountInfoComparator extends com.google.common.collect.Ordering<AccountInfo> implements java.util.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
public static final AccountInfoComparator ORDER_NULLS_FIRST
public static final AccountInfoComparator ORDER_NULLS_LAST
public int compare(AccountInfo a, AccountInfo b)
compare
in interface java.util.Comparator<AccountInfo>
compare
in class com.google.common.collect.Ordering<AccountInfo>