net.sf.infrared.web.ui
Class TreeComparator

java.lang.Object
  extended bynet.sf.infrared.web.ui.TreeComparator
All Implemented Interfaces:
Comparator

public class TreeComparator
extends Object
implements Comparator

Compares 2 trees


Constructor Summary
TreeComparator()
           
 
Method Summary
 int compare(Object treeVO1, Object treeVO2)
           
 
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

TreeComparator

public TreeComparator()
Method Detail

compare

public int compare(Object treeVO1,
                   Object treeVO2)
Specified by:
compare in interface Comparator