Uses of Class
org.jheaps.tree.RankPairingHeap
Packages that use RankPairingHeap
-
Uses of RankPairingHeap in org.jheaps.tree
Fields in org.jheaps.tree declared as RankPairingHeapModifier and TypeFieldDescription(package private) RankPairingHeap
<K, V> RankPairingHeap.Node.heap
private RankPairingHeap
<K, V> RankPairingHeap.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 RankPairingHeapModifier and TypeMethodDescription(package private) RankPairingHeap
<K, V> RankPairingHeap.Node.getOwner()
Constructors in org.jheaps.tree with parameters of type RankPairingHeap