jjil.algorithm
Interface PriorityQueue.Position

Enclosing interface:
PriorityQueue

public static interface PriorityQueue.Position

The Position interface represents a type that can be used for the decreaseKey operation.


Method Summary
 ComparableJ2me getValue()
          Returns the value stored at this position.
 

Method Detail

getValue

ComparableJ2me getValue()
Returns the value stored at this position.

Returns:
the value stored at this position.