public static class FibonacciHeap.Node
extends java.lang.Object
Constructor and Description |
---|
Node(double key)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getKey()
Obtain the key for this node.
|
java.lang.String |
toString()
Return the string representation of this object.
|