public class MethodComparator extends Object implements Comparator<Method>
Method, the comparison rule :
method names lexicographically.
If equals, go to step 2lexicographicallypublic static final MethodComparator INSTANCE
public int compare(Method m1, Method m2)
compare 在接口中 Comparator<Method>Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.