public static final class FibonacciHeap.Entry<T>
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
double |
getPriority()
Returns the priority of this element.
|
T |
getValue()
Returns the element represented by this heap entry.
|
void |
setValue(T value)
Sets the element associated with this heap entry.
|
public T getValue()
public void setValue(T value)
value
- The element to associate with this heap entry.public double getPriority()