com.liferay.portlet.portletconfiguration.util
Class PublicRenderParameterIdentifierComparator
java.lang.Object
com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierComparator
- All Implemented Interfaces:
- Comparator<PublicRenderParameter>
public class PublicRenderParameterIdentifierComparator
- extends Object
- implements Comparator<PublicRenderParameter>
| 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 |
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong |
PublicRenderParameterIdentifierComparator
public PublicRenderParameterIdentifierComparator()
compare
public int compare(PublicRenderParameter publicRenderParameter1,
PublicRenderParameter publicRenderParameter2)
- Specified by:
compare in interface Comparator<PublicRenderParameter>