gov.nist.antd.merlin.algorithm.route.util
Interface PriorityQueue.Position
- All Known Implementing Classes:
- PairingHeap.PairNode
- Enclosing interface:
- PriorityQueue
- public static interface PriorityQueue.Position
The Position interface represents a type that can
be used for the decreaseKey operation.
|
Method Summary |
java.lang.Comparable |
getValue()
Returns the value stored at this position. |
getValue
public java.lang.Comparable getValue()
- Returns the value stored at this position.
- Returns:
- the value stored at this position.