public class CompareUtils extends Object
| Constructor and Description | 
|---|
CompareUtils()  | 
| Modifier and Type | Method and Description | 
|---|---|
static int | 
compareClassName(Object o1,
                Object o2)
Compare two classes by class names. 
 | 
public static int compareClassName(Object o1, Object o2)
o1 - the object 1 to be comparedo2 - the object 2 to be comparedCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.