Package org.jheaps.tree
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>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
private static final long
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jheaps.tree.SkewHeap.Node
decreaseKey, delete, getKey, getOwner, getValue, setValue
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
npl
int npl
-
-
Constructor Details
-
LeftistNode
LeftistNode(LeftistHeap<K, V> heap, K key, V value)
-