|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.analysis.mxFibonacciHeap.Node
public static class mxFibonacciHeap.Node
Implements a node of the Fibonacci heap. It holds the information necessary for maintaining the structure of the heap. It also holds the reference to the key value (which is used to determine the heap structure). Additional Node data should be stored in a subclass.
Constructor Summary | |
---|---|
mxFibonacciHeap.Node(Object userObject,
double key)
Default constructor. |
Method Summary | |
---|---|
double |
getKey()
Obtain the key for this node. |
Object |
getUserObject()
|
void |
setUserObject(Object userObject)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxFibonacciHeap.Node(Object userObject, double key)
key
- The initial key for node.Method Detail |
---|
public final double getKey()
public Object getUserObject()
public void setUserObject(Object userObject)
userObject
- The userObject to set.
|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |