Class CommerceTaxMethodNameComparator
java.lang.Object
com.liferay.commerce.tax.util.comparator.CommerceTaxMethodNameComparator
- All Implemented Interfaces:
Serializable
,Comparator<CommerceTaxMethod>
public class CommerceTaxMethodNameComparator
extends Object
implements Comparator<CommerceTaxMethod>, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(CommerceTaxMethod commerceTaxMethod1, CommerceTaxMethod commerceTaxMethod2) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
CommerceTaxMethodNameComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<CommerceTaxMethod>
-