Class PublicRenderParameterIdentifierComparator
Object
com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierComparator
- All Implemented Interfaces:
Comparator<com.liferay.portal.kernel.model.PublicRenderParameter>
public class PublicRenderParameterIdentifierComparator
extends Object
implements Comparator<com.liferay.portal.kernel.model.PublicRenderParameter>
- Author:
- Alberto Montero
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(com.liferay.portal.kernel.model.PublicRenderParameter publicRenderParameter1, com.liferay.portal.kernel.model.PublicRenderParameter publicRenderParameter2) 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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
PublicRenderParameterIdentifierComparator
public PublicRenderParameterIdentifierComparator()
-
-
Method Details
-
compare
public int compare(com.liferay.portal.kernel.model.PublicRenderParameter publicRenderParameter1, com.liferay.portal.kernel.model.PublicRenderParameter publicRenderParameter2) - Specified by:
compare
in interfaceComparator<com.liferay.portal.kernel.model.PublicRenderParameter>
-