Package org.jheaps.tree
Class BinaryTreeSoftAddressableHeap.RootListNode<K,V>
- java.lang.Object
-
- org.jheaps.tree.BinaryTreeSoftAddressableHeap.RootListNode<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BinaryTreeSoftAddressableHeap<K,V>
static class BinaryTreeSoftAddressableHeap.RootListNode<K,V> extends java.lang.Object implements java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) BinaryTreeSoftAddressableHeap.RootListNode<K,V>
next
(package private) BinaryTreeSoftAddressableHeap.RootListNode<K,V>
prev
(package private) BinaryTreeSoftAddressableHeap.TreeNode<K,V>
root
private static long
serialVersionUID
(package private) BinaryTreeSoftAddressableHeap.RootListNode<K,V>
suffixMin
-
Constructor Summary
Constructors Constructor Description RootListNode(BinaryTreeSoftAddressableHeap.TreeNode<K,V> tree)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
next
BinaryTreeSoftAddressableHeap.RootListNode<K,V> next
-
prev
BinaryTreeSoftAddressableHeap.RootListNode<K,V> prev
-
suffixMin
BinaryTreeSoftAddressableHeap.RootListNode<K,V> suffixMin
-
root
BinaryTreeSoftAddressableHeap.TreeNode<K,V> root
-
-
Constructor Detail
-
RootListNode
RootListNode(BinaryTreeSoftAddressableHeap.TreeNode<K,V> tree)
-
-