com.liferay.portal.nio.intraband.proxy
Class IntrabandProxyUtil.MethodComparator
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrabandProxyUtil.MethodComparator
protected IntrabandProxyUtil.MethodComparator()
compare
public int compare(Method method1,
Method method2)
- Specified by:
compare in interface Comparator<Method>