|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectzombie.core.utils.FibonacciHeap.Entry<T>
public static final class FibonacciHeap.Entry<T>
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public T getValue()
public void setValue(T value)
value
- The element to associate with this heap entry.public double getPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |