Uses of Class
org.jheaps.tree.BinaryTreeSoftHeap.RootListNode
-
Packages that use BinaryTreeSoftHeap.RootListNode Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of BinaryTreeSoftHeap.RootListNode in org.jheaps.tree
Fields in org.jheaps.tree declared as BinaryTreeSoftHeap.RootListNode Modifier and Type Field Description (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. tailMethods in org.jheaps.tree with parameters of type BinaryTreeSoftHeap.RootListNode Modifier and Type Method Description private voidBinaryTreeSoftHeap. mergeInto(BinaryTreeSoftHeap.RootListNode<K> head, BinaryTreeSoftHeap.RootListNode<K> tail)Merge a list into the root list.private voidBinaryTreeSoftHeap. updateSuffixMin(BinaryTreeSoftHeap.RootListNode<K> t)Update all suffix minimum pointers for a node and all its predecessors in the root list.
-