com.liferay.portlet.portletconfiguration.util
Class PublicRenderParameterIdentifierConfigurationComparator
java.lang.Object
com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierConfigurationComparator
- All Implemented Interfaces:
- Comparator<PublicRenderParameterConfiguration>
public class PublicRenderParameterIdentifierConfigurationComparator
- extends Object
- implements Comparator<PublicRenderParameterConfiguration>
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 |
PublicRenderParameterIdentifierConfigurationComparator
public PublicRenderParameterIdentifierConfigurationComparator()
compare
public int compare(PublicRenderParameterConfiguration publicRenderParameterConfiguration1,
PublicRenderParameterConfiguration publicRenderParameterConfiguration2)
- Specified by:
compare
in interface Comparator<PublicRenderParameterConfiguration>