Class DefaultPriceRowInfoMatchComparatorProvider.PriceRowInfoMatchComparator
- java.lang.Object
-
- de.hybris.platform.order.strategies.calculation.pdt.comparator.impl.DefaultPriceRowInfoMatchComparatorProvider.PriceRowInfoMatchComparator
-
- All Implemented Interfaces:
java.util.Comparator<PriceRowModel>
- Enclosing class:
- DefaultPriceRowInfoMatchComparatorProvider
public static class DefaultPriceRowInfoMatchComparatorProvider.PriceRowInfoMatchComparator extends java.lang.Object implements java.util.Comparator<PriceRowModel>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPriceRowInfoMatchComparator(CurrencyModel curr, java.lang.Boolean net)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(PriceRowModel row1, PriceRowModel row2)
-
-
-
Constructor Detail
-
PriceRowInfoMatchComparator
protected PriceRowInfoMatchComparator(CurrencyModel curr, java.lang.Boolean net)
-
-
Method Detail
-
compare
public int compare(PriceRowModel row1, PriceRowModel row2)
- Specified by:
comparein interfacejava.util.Comparator<PriceRowModel>
-
-