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