Uses of Class
org.jheaps.tree.PairingHeap
Packages that use PairingHeap
-
Uses of PairingHeap in org.jheaps.tree
Fields in org.jheaps.tree declared as PairingHeapModifier and TypeFieldDescription(package private) PairingHeap
<K, V> PairingHeap.Node.heap
private PairingHeap
<K, V> PairingHeap.other
Used to reference the current heap or some other pairing 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 PairingHeapConstructors in org.jheaps.tree with parameters of type PairingHeap