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