Uses of Class
org.jheaps.tree.SimpleFibonacciHeap
Packages that use SimpleFibonacciHeap
-
Uses of SimpleFibonacciHeap in org.jheaps.tree
Fields in org.jheaps.tree declared as SimpleFibonacciHeapModifier and TypeFieldDescription(package private) SimpleFibonacciHeap<K,
V> SimpleFibonacciHeap.Node.heap
protected SimpleFibonacciHeap<K,
V> SimpleFibonacciHeap.other
Used to reference the current heap or some other heap in case of melding, so that handles remain valid even after a meld, without having to iterate over them.Methods in org.jheaps.tree that return SimpleFibonacciHeapModifier and TypeMethodDescription(package private) SimpleFibonacciHeap<K,
V> SimpleFibonacciHeap.Node.getOwner()
Constructors in org.jheaps.tree with parameters of type SimpleFibonacciHeap