Class JavaMethodComparator
Object
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>
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(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, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
JavaMethodComparator
public JavaMethodComparator()
-
-
Method Details
-
compare
public int compare(com.thoughtworks.qdox.model.JavaMethod method1, com.thoughtworks.qdox.model.JavaMethod method2) - Specified by:
comparein interfaceComparator<com.thoughtworks.qdox.model.JavaMethod>
-