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.


Constructor Summary
DependencyComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

DependencyComparator

public DependencyComparator()
Method Detail

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 $