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