Liferay 6.2-ce-ga5

com.liferay.portal.util.comparator
Class PortletLuceneComparator

java.lang.Object
  extended by 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

Constructor Summary
PortletLuceneComparator()
           
 
Method Summary
 int compare(Portlet portlet1, Portlet portlet2)
           
 
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

PortletLuceneComparator

public PortletLuceneComparator()
Method Detail

compare

public int compare(Portlet portlet1,
                   Portlet portlet2)
Specified by:
compare in interface Comparator<Portlet>

Liferay 6.2-ce-ga5