public class CmprTaxRate extends Object implements Comparator<Tax>, Serializable
Comparator for tax by rate.
| Constructor and Description |
|---|
CmprTaxRate() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(Tax o1,
Tax o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic final int compare(Tax o1, Tax o2)
compare in interface Comparator<Tax>Copyright © 2016–2019. All rights reserved.