weiss.nonstandard
Interface PairingHeap.Position<AnyType>

Enclosing class:
PairingHeap<AnyType extends java.lang.Comparable<? super AnyType>>

public static interface PairingHeap.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.