class PairingHeap::Heap::Node(K, V)
- PairingHeap::Heap::Node(K, V)
- Reference
- Object
Defined in:
pairing_heap.crConstructors
Instance Method Summary
- #key : K
- #key=(key : K)
- #prepend_child(new_child : Nil | PairingHeap::Heap::Node(K, V))
- #unlink
- #value : V
- #value=(value : V)