Class LeftistHeap.LeftistNode<K,V>

java.lang.Object
org.jheaps.tree.SkewHeap.Node<K,V>
org.jheaps.tree.LeftistHeap.LeftistNode<K,V>
All Implemented Interfaces:
Serializable, AddressableHeap.Handle<K,V>
Enclosing class:
LeftistHeap<K,V>

static class LeftistHeap.LeftistNode<K,V> extends SkewHeap.Node<K,V>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • npl

      int npl
  • Constructor Details