Uses of Class
org.jheaps.tree.CostlessMeldPairingHeap
-
Packages that use CostlessMeldPairingHeap Package Description org.jheaps.tree Heaps using an explicit "pointer-based" tree representation -
-
Uses of CostlessMeldPairingHeap in org.jheaps.tree
Fields in org.jheaps.tree declared as CostlessMeldPairingHeap Modifier and Type Field Description (package private) CostlessMeldPairingHeap<K,V>
CostlessMeldPairingHeap.Node. heap
private CostlessMeldPairingHeap<K,V>
CostlessMeldPairingHeap. 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 CostlessMeldPairingHeap Modifier and Type Method Description (package private) CostlessMeldPairingHeap<K,V>
CostlessMeldPairingHeap.Node. getOwner()
Constructors in org.jheaps.tree with parameters of type CostlessMeldPairingHeap Constructor Description Node(CostlessMeldPairingHeap<K,V> heap, K key, V value)
-