tk.exgerm.ucsearch
Class UCComparator

java.lang.Object
  extended by tk.exgerm.ucsearch.UCComparator
All Implemented Interfaces:
Comparator<UCNode>

public class UCComparator
extends Object
implements Comparator<UCNode>


Constructor Summary
UCComparator()
           
 
Method Summary
 int compare(UCNode node1, UCNode node2)
           
 
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

UCComparator

public UCComparator()
Method Detail

compare

public int compare(UCNode node1,
                   UCNode node2)
Specified by:
compare in interface Comparator<UCNode>