Class FibonacciHeap.Entry<T>
java.lang.Object
zombie.core.utils.FibonacciHeap.Entry<T>
-
Method Summary
-
Method Details
-
getValue
-
setValue
-
getPriority
public double getPriority()Returns the priority of this element.- Returns:
- The priority of this element.
-