org.xorm
Class DependencyComparator
java.lang.Object
|
+--org.xorm.DependencyComparator
- All Implemented Interfaces:
- Comparator
- public class DependencyComparator
- extends Object
- implements Comparator
Sorts Proxy items such that those that depend on others are ordered
following their dependencies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DependencyComparator
public DependencyComparator()
compare
public int compare(Object o1,
Object o2)
- Specified by:
compare
in interface Comparator
$Header: /cvsroot/xorm/xorm/docs/api/org/xorm/DependencyComparator.html,v 1.9 2004/05/30 08:55:03 wbiggs Exp $