com.liferay.portal.util.comparator
Class PortletLuceneComparator
java.lang.Object
com.liferay.portal.util.comparator.PortletLuceneComparator
- All Implemented Interfaces:
- Serializable, Comparator<Portlet>
public class PortletLuceneComparator
- extends Object
- implements Comparator<Portlet>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletLuceneComparator
public PortletLuceneComparator()
compare
public int compare(Portlet portlet1,
Portlet portlet2)
- Specified by:
compare
in interface Comparator<Portlet>