Package zombie.core.utils
Class FibonacciHeap.Entry
java.lang.Object
zombie.core.utils.FibonacciHeap.Entry
- Enclosing class:
- FibonacciHeap
public static final class FibonacciHeap.Entry
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description double
getPriority()
java.lang.Object
getValue()
void
setValue(java.lang.Object object)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getValue
public java.lang.Object getValue() -
setValue
public void setValue(java.lang.Object object) -
getPriority
public double getPriority()
-