Liferay 6.1.2-ce-ga3

com.liferay.portal.util.comparator
Class PortletCategoryComparator

java.lang.Object
  extended by com.liferay.portal.util.comparator.PortletCategoryComparator
All Implemented Interfaces:
Serializable, Comparator<PortletCategory>

public class PortletCategoryComparator
extends Object
implements Comparator<PortletCategory>, Serializable

See Also:
Serialized Form

Constructor Summary
PortletCategoryComparator(Locale locale)
           
 
Method Summary
 int 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
 

Constructor Detail

PortletCategoryComparator

public PortletCategoryComparator(Locale locale)
Method Detail

compare

public int compare(PortletCategory portletCategory1,
                   PortletCategory portletCategory2)
Specified by:
compare in interface Comparator<PortletCategory>

Liferay 6.1.2-ce-ga3