mascoptLib.util.fibHeap
Class FibComparator

java.lang.Object
  extended bymascoptLib.util.fibHeap.FibComparator

public class FibComparator
extends Object

The comparator of the fibonnacci nodes.


Constructor Summary
FibComparator(AbstractGraph g)
           
 
Method Summary
 int compare(Object o1, Object o2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FibComparator

public FibComparator(AbstractGraph g)
Method Detail

compare

public int compare(Object o1,
                   Object o2)