Class SkewHeap.Node<K,​V>

    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(SkewHeap<K,​V> heap, K key, V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void decreaseKey​(K newKey)
      Decrease the key of the element.
      void delete()
      Delete the element from the heap that it belongs.
      K getKey()
      Return the key of the element.
      (package private) SkewHeap<K,​V> getOwner()  
      V getValue()
      Return the value of the element.
      void setValue​(V value)
      Set the value of the element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait