public class CmprInvLnTotal extends Object implements Comparator<IInvoiceLine<?>>, Serializable
Comparator for invoice line total.
| Constructor and Description |
|---|
CmprInvLnTotal() |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(IInvoiceLine<?> o1,
IInvoiceLine<?> 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(IInvoiceLine<?> o1, IInvoiceLine<?> o2)
compare in interface Comparator<IInvoiceLine<?>>Copyright © 2016–2018. All rights reserved.