Uses of Class
mauda.plugin.fibheap.FibHeapDS

Packages that use FibHeapDS
mauda.plugin.fibheap Classes and interfaces for the fibonacci-heap plug-in. 
 

Uses of FibHeapDS in mauda.plugin.fibheap
 

Subclasses of FibHeapDS in mauda.plugin.fibheap
 class FibHeapDSExt
          Extends the FibHeapDS-class by fast direct access to nodes.
 

Methods in mauda.plugin.fibheap with parameters of type FibHeapDS
 void FibHeapDS.meld(FibHeapDS other)
          Melds another FibHeap into this one.