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:
java.io.Serializable
,AddressableHeap.Handle<K,V>
- Enclosing class:
- LeftistHeap<K,V>
static class LeftistHeap.LeftistNode<K,V> extends SkewHeap.Node<K,V>
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
npl
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description LeftistNode(LeftistHeap<K,V> heap, K key, V value)
-
Method Summary
-
Methods inherited from class org.jheaps.tree.SkewHeap.Node
decreaseKey, delete, getKey, getOwner, getValue, setValue
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
npl
int npl
-
-
Constructor Detail
-
LeftistNode
LeftistNode(LeftistHeap<K,V> heap, K key, V value)
-
-