weiss.nonstandard
Interface PriorityQueue.Position

Enclosing class:
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.
 

Method Detail

getValue

public java.lang.Comparable getValue()
Returns the value stored at this position.
Returns:
the value stored at this position.