public class OrderItemPriceComparator extends Object implements Comparator<PromotableOrderItem>
| Constructor and Description |
|---|
OrderItemPriceComparator(boolean applyToSalePrice) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(PromotableOrderItem c1,
PromotableOrderItem c2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic OrderItemPriceComparator(boolean applyToSalePrice)
public int compare(PromotableOrderItem c1, PromotableOrderItem c2)
compare in interface Comparator<PromotableOrderItem>Copyright © 2015. All Rights Reserved.