Class DefaultDiscountRowMatchComparatorProvider.DiscountRowMatchComparator
java.lang.Object
de.hybris.platform.order.strategies.calculation.pdt.comparator.impl.DefaultDiscountRowMatchComparatorProvider.DiscountRowMatchComparator
- All Implemented Interfaces:
Comparator<AbstractDiscountRowModel>
- Enclosing class:
- DefaultDiscountRowMatchComparatorProvider
protected static class DefaultDiscountRowMatchComparatorProvider.DiscountRowMatchComparator
extends Object
implements Comparator<AbstractDiscountRowModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(AbstractDiscountRowModel row1, AbstractDiscountRowModel 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<AbstractDiscountRowModel>
-