public final class Args extends Object
Modifier and Type | Method and Description |
---|---|
static int |
compare(Class<?>[] paramTypes1,
Class<?>[] paramTypes2)
Compare two parameter type arrays.
|
public static int compare(Class<?>[] paramTypes1, Class<?>[] paramTypes2)
paramTypes1
- lhsparamTypes2
- rhsint
as specified by Comparator.compare(Object, Object)
Copyright © 2018 The Apache Software Foundation. All rights reserved.