Class Comparators.PromotionPriceRowComparator
- java.lang.Object
-
- de.hybris.platform.promotions.util.Comparators.PromotionPriceRowComparator
-
- All Implemented Interfaces:
java.util.Comparator<PromotionPriceRow>
- Enclosing class:
- Comparators
protected static class Comparators.PromotionPriceRowComparator extends java.lang.Object implements java.util.Comparator<PromotionPriceRow>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPromotionPriceRowComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(PromotionPriceRow a, PromotionPriceRow b)
-
-
-
Method Detail
-
compare
public int compare(PromotionPriceRow a, PromotionPriceRow b)
- Specified by:
comparein interfacejava.util.Comparator<PromotionPriceRow>
-
-