public static class DefaultCommercePriceService.PriceInformationComparator extends AbstractComparator<PriceInformation>
| Modifier and Type | Field and Description |
|---|---|
static DefaultCommercePriceService.PriceInformationComparator |
INSTANCE |
AFTER, BEFORE, EQUAL| Constructor and Description |
|---|
PriceInformationComparator() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareInstances(PriceInformation price1,
PriceInformation price2)
Implement method to perform the comparison.
|
compare, compareValues, compareValues, compareValues, compareValues, compareValues, instanceEqualspublic static final DefaultCommercePriceService.PriceInformationComparator INSTANCE
protected int compareInstances(PriceInformation price1, PriceInformation price2)
AbstractComparatorcompareInstances in class AbstractComparator<PriceInformation>price1 - first instanceprice2 - second instanceAbstractComparator.BEFORE, AbstractComparator.EQUAL, or AbstractComparator.AFTER.Copyright © 2018 SAP SE. All Rights Reserved.