Liferay 6.1.2-ce-ga3

com.liferay.portlet.portletconfiguration.util
Class PublicRenderParameterIdentifierComparator

java.lang.Object
  extended by com.liferay.portlet.portletconfiguration.util.PublicRenderParameterIdentifierComparator
All Implemented Interfaces:
Comparator<PublicRenderParameter>

public class PublicRenderParameterIdentifierComparator
extends Object
implements Comparator<PublicRenderParameter>


Constructor Summary
PublicRenderParameterIdentifierComparator()
           
 
Method Summary
 int compare(PublicRenderParameter publicRenderParameter1, 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
 

Constructor Detail

PublicRenderParameterIdentifierComparator

public PublicRenderParameterIdentifierComparator()
Method Detail

compare

public int compare(PublicRenderParameter publicRenderParameter1,
                   PublicRenderParameter publicRenderParameter2)
Specified by:
compare in interface Comparator<PublicRenderParameter>

Liferay 6.1.2-ce-ga3