jdepend.framework
public static class JavaClass.ClassComparator extends Object implements Comparator
ClassComparator class is
a Comparator used to compare
two JavaClass instances for order.
| Method Summary | |
|---|---|
| int | compare(Object a, Object b)
Compares the specified objects for order.
|
Parameters: p1 First class. p2 Second class.
Returns: A negative integer, zero, or a positive integer as the first object is less than, equal to, or greater than the second object.