public static class mxFibonacciHeap.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
- The initial key for node.Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.