Package de.hybris.platform.europe1.jalo
Class Europe1PriceFactory.PriceRowMatchComparator
java.lang.Object
de.hybris.platform.europe1.jalo.Europe1PriceFactory.PriceRowMatchComparator
- All Implemented Interfaces:
Comparator<PriceRow>
- Enclosing class:
- Europe1PriceFactory
protected class Europe1PriceFactory.PriceRowMatchComparator
extends Object
implements Comparator<PriceRow>
Used for ordering price rows in best match order. Usually the first row is being chosen as price.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPriceRowMatchComparator(Currency curr, boolean net, Unit unit) -
Method Summary
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
-
PriceRowMatchComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<PriceRow>
-