Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class MethodComparator

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodComparator
All Implemented Interfaces:
Comparator<Method>

public class MethodComparator
extends Object
implements Comparator<Method>


Constructor Summary
MethodComparator()
           
 
Method Summary
 int compare(Method method1, Method method2)
           
 
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

MethodComparator

public MethodComparator()
Method Detail

compare

public int compare(Method method1,
                   Method method2)
Specified by:
compare in interface Comparator<Method>

Liferay 6.2-ce-ga5