jdepend.framework

Class JavaClass.ClassComparator

Enclosing Class:
JavaClass
Implemented Interfaces:
Comparator

public static class JavaClass.ClassComparator
extends java.lang.Object
implements Comparator

The 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.

Method Details

compare

public int compare(Object a,
                   Object b)
Compares the specified objects for order.
Parameters:
Returns:
A negative integer, zero, or a positive integer as the first object is less than, equal to, or greater than the second object.

Copyright B) 1999-2003 Clarkware Consulting, Inc.