Package org.jheaps.tree
Class BinaryTreeSoftHeap.RootListNode<K>
java.lang.Object
org.jheaps.tree.BinaryTreeSoftHeap.RootListNode<K>
- All Implemented Interfaces:
Serializable
- Enclosing class:
BinaryTreeSoftHeap<K>
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) BinaryTreeSoftHeap.RootListNode
<K> (package private) BinaryTreeSoftHeap.RootListNode
<K> (package private) BinaryTreeSoftHeap.TreeNode
<K> private static final long
(package private) BinaryTreeSoftHeap.RootListNode
<K> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
next
-
prev
-
suffixMin
BinaryTreeSoftHeap.RootListNode<K> suffixMin -
root
BinaryTreeSoftHeap.TreeNode<K> root
-
-
Constructor Details
-
RootListNode
RootListNode(BinaryTreeSoftHeap.TreeNode<K> tree)
-