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