public static class Currency.CurrencyComparator extends Object implements Comparator<Currency>
Constructor and Description |
---|
CurrencyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(Currency o1,
Currency o2)
|
equals, 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 int compare(Currency o1, Currency o2)
compare
in interface Comparator<Currency>