Uses of Class
org.jheaps.tree.BinaryTreeSoftHeap.RootListNode
Packages that use BinaryTreeSoftHeap.RootListNode
-
Uses of BinaryTreeSoftHeap.RootListNode in org.jheaps.tree
Fields in org.jheaps.tree declared as BinaryTreeSoftHeap.RootListNodeModifier and TypeFieldDescription(package private) BinaryTreeSoftHeap.RootListNode
<K> BinaryTreeSoftHeap.RootList.head
(package private) BinaryTreeSoftHeap.RootListNode
<K> BinaryTreeSoftHeap.RootListNode.next
(package private) BinaryTreeSoftHeap.RootListNode
<K> BinaryTreeSoftHeap.RootListNode.prev
(package private) BinaryTreeSoftHeap.RootListNode
<K> BinaryTreeSoftHeap.RootListNode.suffixMin
(package private) BinaryTreeSoftHeap.RootListNode
<K> BinaryTreeSoftHeap.RootList.tail
Methods in org.jheaps.tree with parameters of type BinaryTreeSoftHeap.RootListNodeModifier and TypeMethodDescriptionprivate void
BinaryTreeSoftHeap.mergeInto
(BinaryTreeSoftHeap.RootListNode<K> head, BinaryTreeSoftHeap.RootListNode<K> tail) Merge a list into the root list.private void
BinaryTreeSoftHeap.updateSuffixMin
(BinaryTreeSoftHeap.RootListNode<K> t) Update all suffix minimum pointers for a node and all its predecessors in the root list.