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 TypeMethodDescriptionintcompare(PortletCategory portletCategory1, PortletCategory portletCategory2) 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
-
PortletCategoryComparator
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<PortletCategory>
-