Package de.hybris.platform.europe1.jalo
Class Europe1PriceFactory.DiscountRowMatchComparator
java.lang.Object
de.hybris.platform.europe1.jalo.Europe1PriceFactory.DiscountRowMatchComparator
- All Implemented Interfaces:
Comparator<AbstractDiscountRow>
- Enclosing class:
- Europe1PriceFactory
protected class Europe1PriceFactory.DiscountRowMatchComparator
extends Object
implements Comparator<AbstractDiscountRow>
Used for ordering discount rows in discount priority order.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(AbstractDiscountRow row1, AbstractDiscountRow row2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
DiscountRowMatchComparator
protected DiscountRowMatchComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<AbstractDiscountRow>
-