Liferay 6.1.2-ce-ga3

com.liferay.portal.tools.comparator
Class JavaMethodComparator

java.lang.Object
  extended by com.liferay.portal.tools.comparator.JavaMethodComparator
All Implemented Interfaces:
Comparator<com.thoughtworks.qdox.model.JavaMethod>

public class JavaMethodComparator
extends Object
implements Comparator<com.thoughtworks.qdox.model.JavaMethod>


Constructor Summary
JavaMethodComparator()
           
 
Method Summary
 int compare(com.thoughtworks.qdox.model.JavaMethod method1, com.thoughtworks.qdox.model.JavaMethod 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

JavaMethodComparator

public JavaMethodComparator()
Method Detail

compare

public int compare(com.thoughtworks.qdox.model.JavaMethod method1,
                   com.thoughtworks.qdox.model.JavaMethod method2)
Specified by:
compare in interface Comparator<com.thoughtworks.qdox.model.JavaMethod>

Liferay 6.1.2-ce-ga3