public class PortletTitleComparator extends Object implements Comparator<Portlet>, Serializable
Constructor and Description |
---|
PortletTitleComparator(Locale locale) |
PortletTitleComparator(javax.servlet.ServletContext servletContext,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
int |
compare(Portlet portlet1,
Portlet portlet2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
public PortletTitleComparator(Locale locale)
public PortletTitleComparator(javax.servlet.ServletContext servletContext, Locale locale)
public int compare(Portlet portlet1, Portlet portlet2)
compare
in interface Comparator<Portlet>