Class PublicRenderParameterIdentifierConfigurationComparator
Object
com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierConfigurationComparator
- All Implemented Interfaces:
Comparator<PublicRenderParameterConfiguration>
public class PublicRenderParameterIdentifierConfigurationComparator
extends Object
implements Comparator<PublicRenderParameterConfiguration>
- Author:
- Alberto Montero
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
compare
(PublicRenderParameterConfiguration publicRenderParameterConfiguration1, PublicRenderParameterConfiguration publicRenderParameterConfiguration2) 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
-
PublicRenderParameterIdentifierConfigurationComparator
public PublicRenderParameterIdentifierConfigurationComparator()
-
-
Method Details
-
compare
public int compare(PublicRenderParameterConfiguration publicRenderParameterConfiguration1, PublicRenderParameterConfiguration publicRenderParameterConfiguration2) - Specified by:
compare
in interfaceComparator<PublicRenderParameterConfiguration>
-