|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.nist.antd.merlin.algorithm.route.util.PairingHeap.PairNode
Private static class for use with PairHeap.
| Field Summary | |
java.lang.Comparable |
element
The value of the node |
PairingHeap.PairNode |
leftChild
The left child |
PairingHeap.PairNode |
nextSibling
The next PairNode |
PairingHeap.PairNode |
prev
The previous PairNode. |
| Constructor Summary | |
PairingHeap.PairNode(java.lang.Comparable theElement)
Construct the PairNode. |
|
| Method Summary | |
java.lang.Comparable |
getValue()
Returns the value stored at this position. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.Comparable element
public PairingHeap.PairNode leftChild
public PairingHeap.PairNode nextSibling
public PairingHeap.PairNode prev
| Constructor Detail |
public PairingHeap.PairNode(java.lang.Comparable theElement)
theElement - the value stored in the node.| Method Detail |
public java.lang.Comparable getValue()
getValue in interface PriorityQueue.Position
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||