Class PortletCategoryComparator
Object
com.liferay.portal.kernel.util.comparator.PortletCategoryComparator
- All Implemented Interfaces:
Serializable
,Comparator<PortletCategory>
public class PortletCategoryComparator
extends Object
implements Comparator<PortletCategory>, Serializable
- Author:
- Brian Wing Shun Chan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(PortletCategory portletCategory1, PortletCategory portletCategory2) 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
-
PortletCategoryComparator
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<PortletCategory>
-