weiss.nonstandard
Interface PriorityQueue.Position<AnyType>

Enclosing interface:
PriorityQueue<AnyType extends java.lang.Comparable<? super AnyType>>

public static interface PriorityQueue.Position<AnyType>

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


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

Method Detail

getValue

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

Returns:
the value stored at this position.