public static class JGraphFibonacciHeap.Node extends Object
Constructor and Description |
---|
Node(Object userObject,
double key)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getKey()
Obtain the key for this node.
|
Object |
getUserObject() |
void |
setUserObject(Object userObject) |
public Node(Object userObject, double key)
key
- initial key for nodeCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.