Liferay 7.0-ce-b4

com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyUtil.MethodComparator

java.lang.Object
  extended by com.liferay.portal.nio.intraband.proxy.IntrabandProxyUtil.MethodComparator
All Implemented Interfaces:
Comparator<Method>
Enclosing class:
IntrabandProxyUtil

protected static class IntrabandProxyUtil.MethodComparator
extends Object
implements Comparator<Method>


Constructor Summary
protected IntrabandProxyUtil.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

IntrabandProxyUtil.MethodComparator

protected IntrabandProxyUtil.MethodComparator()
Method Detail

compare

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

Liferay 7.0-ce-b4