mascoptLib.util.fibHeap
Class FibHeapNode

java.lang.Object
  |
  +--mascoptLib.util.fibHeap.FibHeapNode

public class FibHeapNode
extends Object

The FibHeapNode class is used to support the FibonacciHeap.

It is public only to allow references to be sent to decreaseKey. It has no public methods or members.

See Also:
FibonacciHeap

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait