Class FibonacciHeap.Entry<T>

java.lang.Object
zombie.core.utils.FibonacciHeap.Entry<T>
Enclosing class:
FibonacciHeap<T>

public static final class FibonacciHeap.Entry<T> extends Object
  • Method Details

    • getValue

      public T getValue()
    • setValue

      public void setValue(T object)
    • getPriority

      public double getPriority()
      Returns the priority of this element.
      Returns:
      The priority of this element.